scan-build fixes

pull/753/head
Victor Julien 12 years ago
parent 106e1c7d19
commit 8801585f10

@ -570,6 +570,8 @@ void AppLayerDestroyCtxThread(void *tctx)
SCEnter();
AppLayerCtxThread *app_tctx = (AppLayerCtxThread *)tctx;
if (app_tctx == NULL)
SCReturn;
if (app_tctx->alpd_tctx != NULL)
AppLayerProtoDetectDestroyCtxThread(app_tctx->alpd_tctx);

Loading…
Cancel
Save