Fix small leak in ports validation at startup

pull/564/head
Victor Julien 12 years ago
parent 3601091952
commit 1be6a8a48b

@ -1346,9 +1346,9 @@ int DetectPortTestConfVars(void)
}
if (gh != NULL)
DetectPortFree(gh);
DetectPortCleanupList(gh);
if (ghn != NULL)
DetectPortFree(ghn);
DetectPortCleanupList(ghn);
}
return 0;

Loading…
Cancel
Save