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:
parent
3b6ff1d22f
commit
b6fd548049
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user