From 6e1774a3515893038914ab91eb2024dbb1ad3112 Mon Sep 17 00:00:00 2001 From: David Kelly Date: Mon, 9 Jul 2012 16:54:41 -0700 Subject: imzmq3: Added the return call to runInput Just to be sure that nothing unfortunate would happen, possible that housekeeping would not get done without this. --- plugins/imzmq3/imzmq3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/imzmq3/imzmq3.c b/plugins/imzmq3/imzmq3.c index 8107a1fc..dc1d64d3 100644 --- a/plugins/imzmq3/imzmq3.c +++ b/plugins/imzmq3/imzmq3.c @@ -563,6 +563,7 @@ static rsRetVal rcv_loop(thrdInfo_t* pThrd){ BEGINrunInput CODESTARTrunInput iRet = rcv_loop(pThrd); + RETiRet; ENDrunInput -- cgit