Merge lp:~ted/libappindicator/lp784327 into lp:libappindicator

Proposed by Ted Gould
Status: Merged
Approved by: Neil J. Patel
Approved revision: 208
Merged at revision: 209
Proposed branch: lp:~ted/libappindicator/lp784327
Merge into: lp:libappindicator
Diff against target: 11 lines (+1/-0)
1 file modified
src/app-indicator.c (+1/-0)
To merge this branch: bzr merge lp:~ted/libappindicator/lp784327
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+64933@code.launchpad.net

Description of the change

Frees allocated memory

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app-indicator.c'
2--- src/app-indicator.c 2011-06-16 14:06:40 +0000
3+++ src/app-indicator.c 2011-06-17 02:39:24 +0000
4@@ -1235,6 +1235,7 @@
5 g_object_unref(G_OBJECT(user_data));
6 return;
7 }
8+ g_free(name);
9
10 /* g_object_unref(G_OBJECT(user_data)); */
11 /* Why is this commented out? Oh, wait, we don't want to

Subscribers

People subscribed via source and target branches