[Xfce4-commits] [apps/ristretto] 01/01: Fix memory leak in the "Edit with" dialog

noreply at xfce.org noreply at xfce.org
Thu Apr 11 21:48:31 CEST 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/ristretto.

commit a35f515300cd75cc3eb7fa373e06268471901214
Author: Igor <f2404 at yandex.ru>
Date:   Thu Apr 11 15:48:05 2019 -0400

    Fix memory leak in the "Edit with" dialog
---
 src/main_window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main_window.c b/src/main_window.c
index 8c62558..4ea9983 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -4015,6 +4015,7 @@ rstto_main_window_launch_editor_chooser (
             rstto_file_get_display_name (r_file),
             content_type);
     label = gtk_label_new (label_text);
+    g_free (label_text);
 
     check_button = gtk_check_button_new_with_mnemonic(_("Use as _default for this kind of file"));
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list