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

commit 5d5233131aafea364bdec132698cdad2ee8c7db9
Author: Stephan Arts <[email protected]>
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);
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to