From: Daniel Carl <danielcarl@gmx.de>
Date: Sun, 28 Jul 2013 09:04:33 +0000 (+0200)
Subject: Added comment about required feeing of return value.
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=8595b3d47c454cc0acd7f255f0cd77bc2eefcf8a;p=vimb.git

Added comment about required feeing of return value.
---

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)
 {