Merge lp://staging/~thomas-voss/dbus-cpp/fix-1396985 into lp://staging/dbus-cpp
Proposed by
Thomas Voß
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Thomas Voß | ||||
Approved revision: | 93 | ||||
Merged at revision: | 92 | ||||
Proposed branch: | lp://staging/~thomas-voss/dbus-cpp/fix-1396985 | ||||
Merge into: | lp://staging/dbus-cpp | ||||
Diff against target: |
14 lines (+3/-1) 1 file modified
src/core/dbus/bus.cpp (+3/-1) |
||||
To merge this branch: | bzr merge lp://staging/~thomas-voss/dbus-cpp/fix-1396985 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot | continuous-integration | Approve | |
Antti Kaijanmäki (community) | Approve | ||
Review via email:
|
Commit message
We ref on construction, so decrement the ref count by 1 to 1 prior to returning.
Description of the change
We ref on construction, so decrement the ref count by 1 to 1 prior to returning.
To post a comment you must log in.
LGTM.