Merge pull request #84 from ailin-nemui/ignore-leak

avoid memory leak in ignore cache

(cherry picked from commit af5feb16be)
This commit is contained in:
ailin-nemui 2022-05-26 00:20:13 +02:00 committed by Ailin Nemui
commit 84de64d6da
5 changed files with 17 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
#define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */
#define IRSSI_ABI_VERSION 45
#define IRSSI_ABI_VERSION 46
#define DEFAULT_SERVER_ADD_PORT 6667
#define DEFAULT_SERVER_ADD_TLS_PORT 6697