mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
nfqws,tpws: fix crash
This commit is contained in:
parent
fedb62df66
commit
9c8662b25e
@ -1994,8 +1994,8 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
if (bSkip)
|
if (bSkip)
|
||||||
{
|
{
|
||||||
dp_entry_destroy(dpl);
|
|
||||||
LIST_REMOVE(dpl,next);
|
LIST_REMOVE(dpl,next);
|
||||||
|
dp_entry_destroy(dpl);
|
||||||
desync_profile_count--;
|
desync_profile_count--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1284,8 +1284,8 @@ void parse_params(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
if (bSkip)
|
if (bSkip)
|
||||||
{
|
{
|
||||||
dp_entry_destroy(dpl);
|
|
||||||
LIST_REMOVE(dpl,next);
|
LIST_REMOVE(dpl,next);
|
||||||
|
dp_entry_destroy(dpl);
|
||||||
desync_profile_count--;
|
desync_profile_count--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user