changeset 7752:68e205e746c9

[gaim-migrate @ 8397] And thus was another leak crushed beneath the heel of my boot. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 05 Dec 2003 00:14:12 +0000
parents d691cb95ee67
children f1fda2e85015
files src/log.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/log.c	Thu Dec 04 22:09:58 2003 +0000
+++ b/src/log.c	Fri Dec 05 00:14:12 2003 +0000
@@ -514,6 +514,7 @@
 			fclose(data->file);
 		}
 		g_free(data->path);
+		g_free(data);
 	}
 }
 
@@ -648,6 +649,7 @@
 			fclose(data->file);
 		if(data->path)
 			g_free(data->path);
+		g_free(data);
 	}
 }