[Xfce4-commits] <ristretto:master> Free memory

Stephan Arts noreply at xfce.org
Fri Apr 27 20:40:01 CEST 2012


Updating branch refs/heads/master
         to 5d5233131aafea364bdec132698cdad2ee8c7db9 (commit)
       from 93628bb451849fbdd950abbc7eaed890c07ca4e7 (commit)

commit 5d5233131aafea364bdec132698cdad2ee8c7db9
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Apr 27 20:29:52 2012 +0200

    Free memory

 src/properties_dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/properties_dialog.c b/src/properties_dialog.c
index 364da9d..77f70a8 100644
--- a/src/properties_dialog.c
+++ b/src/properties_dialog.c
@@ -627,6 +627,7 @@ rstto_properties_dialog_new (
                                       "icon-name", GTK_STOCK_PROPERTIES,
                                       "file", file,
                                       NULL);
+    g_free (title);
 
     gtk_window_set_transient_for (GTK_WINDOW (dialog), parent);
 


More information about the Xfce4-commits mailing list