You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/yersinia/files/yersinia-0.7.1-no-ncurses.p...

14 lines
330 B

--- a/src/terminal.c
+++ b/src/terminal.c
@@ -190,7 +190,9 @@
#endif
pthread_mutex_destroy(&terms->admin_listen_th.finished);
+#ifdef HAS_CURSES
pthread_mutex_destroy(&terms->gui_th.finished);
+#endif
pthread_mutex_destroy(&terms->pcap_listen_th.finished);
pthread_mutex_destroy(&terms->uptime_th.finished);