mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 01:06:21 +00:00
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.