[geany/geany] 07a377: ObjectiveC: free memory blocks allocated at initialize method

Masatake YAMATO git-noreply at xxxxx
Mon Mar 7 11:38:51 UTC 2016


Branch:      refs/heads/master
Author:      Masatake YAMATO <yamato at redhat.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 07 Mar 2016 11:38:51 UTC
Commit:      07a37727000b83a591ea9de73ee45cf235b958c0
             https://github.com/geany/geany/commit/07a37727000b83a591ea9de73ee45cf235b958c0

Log Message:
-----------
ObjectiveC: free memory blocks allocated at initialize method

Signed-off-by: Masatake YAMATO <yamato at redhat.com>
X-Universal-CTags-Commit-ID: 882c5f8506159d77acd6c418239e33c5439bd290


Modified Paths:
--------------
    tagmanager/ctags/objc.c

Modified: tagmanager/ctags/objc.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1117,6 +1117,7 @@ static void findObjcTags (void)
 		(*toDoNext) (st.name, tok);
 		tok = lex (&st);
 	}
+	vStringDelete(st.name);
 
 	vStringDelete (name);
 	vStringDelete (parentName);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list