mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
6d11cd2db3
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(). |
||
---|---|---|
.. | ||
cmd_ac.c | ||
cmd_ac.h | ||
cmd_defs.c | ||
cmd_defs.h | ||
cmd_funcs.c | ||
cmd_funcs.h |