# HG changeset patch # User Ka-Hing Cheung # Date 1177803190 0 # Node ID 2ddffaf3613aa3e04ba50b05b09d9583c66dd327 # Parent 99e786de5bd52069327b48994b7fa25482d7a681 Plug a memory leak. committer: Sadrul Habib Chowdhury diff -r 99e786de5bd5 -r 2ddffaf3613a libpurple/notify.c --- a/libpurple/notify.c Sat Apr 28 23:25:43 2007 +0000 +++ b/libpurple/notify.c Sat Apr 28 23:33:10 2007 +0000 @@ -521,6 +521,7 @@ } g_list_free(user_info->user_info_entries); + g_free(user_info); } GList *