1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05: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 #ifdef USE_LIBEVENT
terminate_libevent(); terminate_libevent();
#endif #endif
mem_free(threads); mem_free_if(threads);
} }