mirror of
https://github.com/mirror/wget.git
synced 2025-01-04 01:10:28 +08:00
* src/cookies.c (cookie_jar_delete): Set psl to NULL after calling psl_free
This commit is contained in:
parent
4d8bf37870
commit
8cd4dcc278
@ -1447,6 +1447,7 @@ cookie_jar_delete (struct cookie_jar *jar)
|
||||
|
||||
#ifdef HAVE_LIBPSL
|
||||
psl_free (psl);
|
||||
psl = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user