[Xfce4-commits] [apps/ristretto] 01/01: Fix memory leak

noreply at xfce.org noreply at xfce.org
Sun Apr 7 23:57:40 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 f148ad4b6787d41a33ebaf25106439402f0fed6c
Author: Igor <f2404 at yandex.ru>
Date:   Sun Apr 7 17:57:08 2019 -0400

    Fix memory leak
    
    Bug #12034
---
 src/file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/file.c b/src/file.c
index 22f7550..e638b2d 100644
--- a/src/file.c
+++ b/src/file.c
@@ -589,6 +589,7 @@ rstto_file_get_thumbnail (
     if (NULL == thumbnail_path)
     {
         /* No thumbnail to return at this time */
+        g_object_unref (thumbnailer);
         return NULL;
     }
 

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


More information about the Xfce4-commits mailing list