[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] 01/03: Fix potential leak

noreply at xfce.org noreply at xfce.org
Wed Dec 6 04:03:17 CET 2017


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

a   n   d   r   e       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 thunar-plugins/thunar-archive-plugin.

commit a17ec418c01fead129959d9fcebd351f1fda141a
Author: Andre Miranda <andreldm at xfce.org>
Date:   Tue Dec 5 23:49:43 2017 -0300

    Fix potential leak
---
 thunar-archive-plugin/tap-backend.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/thunar-archive-plugin/tap-backend.c b/thunar-archive-plugin/tap-backend.c
index f1db6fb..a72a3be 100644
--- a/thunar-archive-plugin/tap-backend.c
+++ b/thunar-archive-plugin/tap-backend.c
@@ -449,6 +449,7 @@ tap_backend_run (const gchar *action,
 
           /* cleanup */
           g_strfreev (argv);
+          g_free (display);
         }
 
       /* cleanup */

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


More information about the Xfce4-commits mailing list