1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

threads might be NULL for --lookup

This commit is contained in:
Witold Filipczyk 2017-11-13 14:44:24 +01:00
parent 3b6ff1d22f
commit b6fd548049

View File

@ -647,5 +647,5 @@ terminate_select(void)
#ifdef USE_LIBEVENT
terminate_libevent();
#endif
mem_free(threads);
mem_free_if(threads);
}