From 5c7182a0a85b54920f333a9a035af1d293ab2247 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 3 Sep 2010 07:44:39 -0400 Subject: Bug 628660 - em_format_part_as() memory leak --- em-format/em-format.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'em-format') diff --git a/em-format/em-format.c b/em-format/em-format.c index 38a91b0955..0dd45effaa 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -1405,6 +1405,8 @@ em_format_format_text (EMFormat *emf, if (windows) g_object_unref (windows); + + g_object_unref (mem_stream); } /** -- cgit v1.2.3