From 8595b3d47c454cc0acd7f255f0cd77bc2eefcf8a Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 28 Jul 2013 11:04:33 +0200 Subject: [PATCH] Added comment about required feeing of return value. --- src/setting.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/setting.c b/src/setting.c index 28efa18..1fbc3c8 100644 --- a/src/setting.c +++ b/src/setting.c @@ -227,6 +227,8 @@ gboolean setting_fill_completion(GtkListStore *store, const char *input) /** * Converts string representing also given data type into and Arg. + * + * Returned Arg must be freed with g_free. */ static Arg *char_to_arg(const char *str, const Type type) { -- 2.20.1