* src/cookies.c (cookie_jar_delete): Set psl to NULL after calling psl_free

This commit is contained in:
Tim Rühsen 2020-02-27 14:38:01 +01:00
parent 4d8bf37870
commit 8cd4dcc278

View File

@ -1447,6 +1447,7 @@ cookie_jar_delete (struct cookie_jar *jar)
#ifdef HAVE_LIBPSL
psl_free (psl);
psl = NULL;
#endif
}