aboutsummaryrefslogtreecommitdiffstats
path: root/composer/listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/listener.c')
-rw-r--r--composer/listener.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/listener.c b/composer/listener.c
index 2c79a4fa0b..15820cc794 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -125,6 +125,7 @@ insert_paragraph_before (EditorListener *l, CORBA_Environment * ev)
GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "italic-off", ev);
changed = TRUE;
}
+ CORBA_free (orig);
}
if (!changed) {
signature = GNOME_GtkHTML_Editor_Engine_getParagraphData (l->composer->editor_engine, "signature", ev);
@@ -135,6 +136,7 @@ insert_paragraph_before (EditorListener *l, CORBA_Environment * ev)
GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "italic-off", ev);
}
}
+ CORBA_free (signature);
}
}
}