Browse Source

nfqws,tpws: fix crash

pull/828/head v69.2
bol-van 4 months ago
parent
commit
9c8662b25e
  1. 2
      nfq/nfqws.c
  2. 2
      tpws/tpws.c

2
nfq/nfqws.c

@ -1994,8 +1994,8 @@ int main(int argc, char **argv)
}
if (bSkip)
{
dp_entry_destroy(dpl);
LIST_REMOVE(dpl,next);
dp_entry_destroy(dpl);
desync_profile_count--;
}

2
tpws/tpws.c

@ -1284,8 +1284,8 @@ void parse_params(int argc, char *argv[])
}
if (bSkip)
{
dp_entry_destroy(dpl);
LIST_REMOVE(dpl,next);
dp_entry_destroy(dpl);
desync_profile_count--;
}

Loading…
Cancel
Save