Cleaning up memory allocated by ncurses pads
This commit is contained in:
@@ -79,7 +79,7 @@ profanity_init(const int disable_tls)
|
||||
jabber_init(disable_tls);
|
||||
command_init();
|
||||
contact_list_init();
|
||||
tinyurl_init();
|
||||
// tinyurl_init();
|
||||
atexit(_profanity_shutdown);
|
||||
}
|
||||
|
||||
@@ -90,4 +90,5 @@ _profanity_shutdown(void)
|
||||
gui_close();
|
||||
log_close();
|
||||
chat_log_close();
|
||||
prefs_close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user