diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-07-26 17:37:39 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-07-26 17:37:39 +0800 |
commit | c1a6b6f8d3b5026a872c86c6ccc4a1b21efdc4e6 (patch) | |
tree | 57d599b708dbfc0f48fa9123df4334b02ad69679 /mail/em-format.c | |
parent | b6a3c9824e6853b06767320cd3ec26d10720be16 (diff) | |
download | gsoc2013-evolution-c1a6b6f8d3b5026a872c86c6ccc4a1b21efdc4e6.tar.gz gsoc2013-evolution-c1a6b6f8d3b5026a872c86c6ccc4a1b21efdc4e6.tar.zst gsoc2013-evolution-c1a6b6f8d3b5026a872c86c6ccc4a1b21efdc4e6.zip |
2007-07-26 mcrha Fix for bug #273386
svn path=/trunk/; revision=33846
Diffstat (limited to 'mail/em-format.c')
-rw-r--r-- | mail/em-format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format.c b/mail/em-format.c index 2dc626bb85..40e2661706 100644 --- a/mail/em-format.c +++ b/mail/em-format.c @@ -489,6 +489,7 @@ emf_clear_puri_node(struct _EMFormatPURITree *node) pw = (EMFormatPURI *)node->uri_list.head; pn = pw->next; while (pn) { + d(printf ("freeing pw %p format:%p\n", pw, pw->format)); if (pw->free) pw->free(pw); g_free(pw->uri); |