diff options
author | Milan Crha <mcrha@redhat.com> | 2010-09-08 00:39:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-09-08 00:39:46 +0800 |
commit | 101305e1c7dc24f5a40e80a900b0777b2634722f (patch) | |
tree | cc4fbb384d94d045c192c2b338e8f76db5b9c312 /em-format | |
parent | ba5bb60860c0e0eff92cd7d2c4ae098fa107c331 (diff) | |
download | gsoc2013-evolution-101305e1c7dc24f5a40e80a900b0777b2634722f.tar.gz gsoc2013-evolution-101305e1c7dc24f5a40e80a900b0777b2634722f.tar.zst gsoc2013-evolution-101305e1c7dc24f5a40e80a900b0777b2634722f.zip |
Various memory leaks
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/em-format.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index 0dd45effaa..119ac646a2 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -348,9 +348,6 @@ emf_class_init (EMFormatClass *class) NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); - - class->type_handlers = g_hash_table_new (g_str_hash, g_str_equal); - emf_builtin_init (class); } static void |