about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-15 00:09:51 +0000
committerJames Booth <boothj5@gmail.com>2016-02-15 00:09:51 +0000
commit7945ef52773e78f41f3b9b4b29c6346a303fb4b8 (patch)
treec9fcba3eeab49d2272e079137863790bc99048d9 /src/config/preferences.h
parentbd928f0f29ba20cc8712e7fc76e4ac7deefb6cb7 (diff)
downloadprofani-tty-7945ef52773e78f41f3b9b4b29c6346a303fb4b8.tar.gz
Fix plugin command memleak
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index f82a6541..f859201c 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -184,6 +184,7 @@ gint prefs_get_autoxa_time(void);
 void prefs_set_autoxa_time(gint value);
 
 gchar** prefs_get_plugins(void);
+void prefs_free_plugins(gchar **plugins);
 
 char prefs_get_otr_char(void);
 void prefs_set_otr_char(char ch);