/soc/2015/jgeboski/facebook: 510e0ad7dfea: facebook: prevent pot...

James Geboski <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 510e0ad7dfea470242dc575ad77cb0653a9b624b
Author:	 James Geboski <[email protected]>
Date:	 2015-06-14 21:34 -0400
Branch:	 facebook
URL: https://hg.pidgin.im/soc/2015/jgeboski/facebook/rev/510e0ad7dfea

Description:

facebook: prevent potential memory leak

diffstat:

 libpurple/protocols/facebook/api.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/facebook/api.c b/libpurple/protocols/facebook/api.c
--- a/libpurple/protocols/facebook/api.c
+++ b/libpurple/protocols/facebook/api.c
@@ -345,6 +345,8 @@ fb_api_json_chk(FbApi *api, gconstpointe
 
 	if (node != NULL) {
 		*node = root;
+	} else {
+		json_node_free(root);
 	}
 
 	return TRUE;

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.