1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/src/command
Dmitry Podgorny 6d11cd2db3 Fix memory leak in cmd_join()
room is either argv[0] or allocated by GString. We have to free memory
in the 2nd case. Replace argv[0] with g_strdup(argv[0]) in order to
make unconditional g_free().
2019-10-14 00:19:08 +03:00
..
cmd_ac.c Add /clear autocompletion and improve help 2019-10-05 16:19:53 +02:00
cmd_ac.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
cmd_defs.c Add account clear example to help 2019-10-06 20:46:50 +02:00
cmd_defs.h Add 'save' command to save preferences 2019-08-02 10:23:13 +02:00
cmd_funcs.c Fix memory leak in cmd_join() 2019-10-14 00:19:08 +03:00
cmd_funcs.h Introduce /reload command 2019-10-04 14:06:25 +02:00