1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src/tools
Michael Vetter ade0ff589d parser.c: Use glib
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.
2020-07-23 09:42:43 +02:00
..
autocomplete.c Apply coding style 2020-07-07 14:18:57 +02:00
autocomplete.h Apply coding style 2020-07-07 14:18:57 +02:00
bookmark_ignore.c bookmark_ignore.c: use gchar instead of char 2020-07-20 10:17:35 +02:00
bookmark_ignore.h Apply coding style 2020-07-07 14:18:57 +02:00
clipboard.c Apply coding style 2020-07-07 14:18:57 +02:00
clipboard.h Apply coding style 2020-07-07 14:18:57 +02:00
http_upload.c Apply coding style 2020-07-07 14:18:57 +02:00
http_upload.h Apply coding style 2020-07-07 14:18:57 +02:00
parser.c parser.c: Use glib 2020-07-23 09:42:43 +02:00
parser.h Fix /correct quotation marks usage 2020-07-23 09:40:22 +02:00