detect/iponly: fix debug compiler warning

pull/7391/head
Victor Julien 4 years ago
parent dfe76bb905
commit 9bdf18a3b0

@ -462,8 +462,8 @@ void IPOnlyCIDRListFree(IPOnlyCIDRItem *tmphead)
while (it != NULL) {
i++;
SCFree(it);
SCLogDebug("Item(%p) %"PRIu32" removed", it, i);
SCFree(it);
it = next;
if (next != NULL)

Loading…
Cancel
Save