[Xfce4-commits] <xfwm4:xfce-4.8> Small memory leak.

Olivier Fourdan noreply at xfce.org
Mon Dec 19 20:22:05 CET 2011


Updating branch refs/heads/xfce-4.8
         to 805ce7644a513881f1fc7d41d547a0f221485cc0 (commit)
       from 24fa12c83e96db9c5b5c9f311c613cb0563b0f4d (commit)

commit 805ce7644a513881f1fc7d41d547a0f221485cc0
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Dec 19 20:20:08 2011 +0100

    Small memory leak.

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

diff --git a/src/poswin.c b/src/poswin.c
index f443774..b16c084 100644
--- a/src/poswin.c
+++ b/src/poswin.c
@@ -116,6 +116,7 @@ poswinDestroy (Poswin * poswin)
     g_return_if_fail (poswin != NULL);
 
     gtk_widget_destroy (poswin->window);
+    g_free (poswin);
 }
 
 void


More information about the Xfce4-commits mailing list