[recipes] Plug a small memory leak
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Plug a small memory leak
- Date: Sat, 14 Jan 2017 21:04:59 +0000 (UTC)
commit ba3cedca40535c7a64a049227a40ddf50464953f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 14 15:03:16 2017 -0500
Plug a small memory leak
src/gr-chef.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-chef.c b/src/gr-chef.c
index cb4c077..ac7ce83 100644
--- a/src/gr-chef.c
+++ b/src/gr-chef.c
@@ -67,6 +67,7 @@ gr_chef_finalize (GObject *object)
g_free (self->fullname);
g_free (self->description);
g_free (self->image_path);
+ g_free (self->translated_description);
G_OBJECT_CLASS (gr_chef_parent_class)->finalize (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]