diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-03 19:44:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-03 19:44:39 +0800 |
commit | 5c7182a0a85b54920f333a9a035af1d293ab2247 (patch) | |
tree | c0391a43a98af3c3366924a500c3924ea9057541 | |
parent | aa61df95271d9daa2eceb443de8e741c004528ea (diff) | |
download | gsoc2013-evolution-5c7182a0a85b54920f333a9a035af1d293ab2247.tar.gz gsoc2013-evolution-5c7182a0a85b54920f333a9a035af1d293ab2247.tar.zst gsoc2013-evolution-5c7182a0a85b54920f333a9a035af1d293ab2247.zip |
Bug 628660 - em_format_part_as() memory leak
-rw-r--r-- | em-format/em-format.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } /** |