aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2003-06-14 00:01:51 +0800
committerLarry Ewing <lewing@src.gnome.org>2003-06-14 00:01:51 +0800
commit5122cb334ea6fde52f9d53e45bf88deeb21f11b5 (patch)
tree9271a745e34dcdcf426a116f86947dd8781caadd
parent70e6b3f52e0dec26cf0f7979382ec4850d7b2a94 (diff)
downloadgsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar.gz
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar.bz2
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar.lz
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar.xz
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.tar.zst
gsoc2013-evolution-5122cb334ea6fde52f9d53e45bf88deeb21f11b5.zip
free the result only if there isn't an exception.
2003-06-13 Larry Ewing <lewing@ximian.com> * listener.c (insert_paragraph_before): free the result only if there isn't an exception. svn path=/trunk/; revision=21434
-rw-r--r--composer/listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/listener.c b/composer/listener.c
index 15820cc794..05aae4825b 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -135,8 +135,8 @@ insert_paragraph_before (EditorListener *l, CORBA_Environment * ev)
ev);
GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "italic-off", ev);
}
+ CORBA_free (signature);
}
- CORBA_free (signature);
}
}
}