mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
ade0ff589d
We use malloc() to allcoate memory for the arguments. But later on in cmd_funcs.c we use g_strfreev() to free it. Let's use g_malloc() to allocate instead. Second change is to use g_malloc() and g_free() for a gchar. |
||
---|---|---|
.. | ||
autocomplete.c | ||
autocomplete.h | ||
bookmark_ignore.c | ||
bookmark_ignore.h | ||
clipboard.c | ||
clipboard.h | ||
http_upload.c | ||
http_upload.h | ||
parser.c | ||
parser.h |