Merge lp:~ted/ubuntu-app-launch/no-sync-on-null into lp:ubuntu-app-launch/16.04

Proposed by Ted Gould
Status: Merged
Approved by: Larry Price
Approved revision: 220
Merged at revision: 226
Proposed branch: lp:~ted/ubuntu-app-launch/no-sync-on-null
Merge into: lp:ubuntu-app-launch/16.04
Diff against target: 13 lines (+2/-1)
1 file modified
libubuntu-app-launch/registry-impl.cpp (+2/-1)
To merge this branch: bzr merge lp:~ted/ubuntu-app-launch/no-sync-on-null
Reviewer Review Type Date Requested Status
Larry Price Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+293582@code.launchpad.net

Commit message

Minor cleanup which causes an annoying warning message

Description of the change

Annoying

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Larry Price (larryprice) wrote :

Looks fine.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libubuntu-app-launch/registry-impl.cpp'
--- libubuntu-app-launch/registry-impl.cpp 2016-03-03 20:48:24 +0000
+++ libubuntu-app-launch/registry-impl.cpp 2016-05-03 02:41:43 +0000
@@ -30,7 +30,8 @@
30 _clickUser.reset();30 _clickUser.reset();
31 _clickDB.reset();31 _clickDB.reset();
3232
33 g_dbus_connection_flush_sync(_dbus.get(), nullptr, nullptr);33 if (_dbus)
34 g_dbus_connection_flush_sync(_dbus.get(), nullptr, nullptr);
34 _dbus.reset();35 _dbus.reset();
35 })36 })
36 , _registry(registry)37 , _registry(registry)

Subscribers

People subscribed via source and target branches