Commit e0dba66f authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: Bugfix in AMQ worker shutdown (tested for Linux and Solaris)

parent 1ae2cd6e
......@@ -148,7 +148,7 @@ const char *
AMQ_WorkerShutdown(AMQ_Worker **worker)
{
try {
delete worker;
delete *worker;
return NULL;
}
CATCHALL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment