Merge lp:~dobey/ubuntuone-client/fix-981255-3-0 into lp:ubuntuone-client/stable-3-0

Proposed by dobey
Status: Merged
Approved by: Zachery Bir
Approved revision: 1184
Merged at revision: 1184
Proposed branch: lp:~dobey/ubuntuone-client/fix-981255-3-0
Merge into: lp:ubuntuone-client/stable-3-0
Diff against target: 11 lines (+1/-0)
1 file modified
libsyncdaemon/syncdaemon-daemon.c (+1/-0)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/fix-981255-3-0
Reviewer Review Type Date Requested Status
Zachery Bir (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+103179@code.launchpad.net

Commit message

Fix dirpath leak in syncdaemon_daemon_is_folder_enabled()

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve
Revision history for this message
Zachery Bir (urbanape) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libsyncdaemon/syncdaemon-daemon.c'
2--- libsyncdaemon/syncdaemon-daemon.c 2012-04-09 20:07:05 +0000
3+++ libsyncdaemon/syncdaemon-daemon.c 2012-04-23 21:48:23 +0000
4@@ -963,6 +963,7 @@
5 g_free (dirpath);
6 return FALSE;
7 }
8+ g_free (dirpath);
9
10 /* And finally check UDFs */
11 interface = syncdaemon_daemon_get_folders_interface (daemon);

Subscribers

People subscribed via source and target branches

to all changes: