changeset 19210:74a3f6606cf6

- Fix memleak
author William Ehlhardt <williamehlhardt@gmail.com>
date Mon, 13 Aug 2007 06:00:00 +0000
parents a6ab0ea47d0f
children 8b2b9765fe64
files libpurple/certificate.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Mon Aug 13 05:58:09 2007 +0000
+++ b/libpurple/certificate.c	Mon Aug 13 06:00:00 2007 +0000
@@ -691,7 +691,8 @@
 					  "Failed to load %s\n",
 					  fullpath);
 		}
-				
+
+		purple_certificate_destroy(crt);
 		g_free(fullpath);
 	}