From d3e8b95ccc82c7ef16b87d62585930f913be077e Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 1 Mar 2020 13:47:56 +0100 Subject: mate-about-me: Fix memory leak --- capplets/about-me/mate-about-me.c | 1 + 1 file changed, 1 insertion(+) (limited to 'capplets/about-me') diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index 417dac3c..24994e6b 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -201,6 +201,7 @@ about_me_update_photo (MateAboutMe *me) g_free (file); g_object_unref (pixbuf); + g_free (data); } else if (me->image_changed && !me->have_image) { /* Update the image in the card */ file = g_build_filename (g_get_home_dir (), ".face", NULL); -- cgit v1.2.1