Changeset 11d57553f728e41c59455666abc25457e83a1f42
- Timestamp:
- 04/06/07 22:31:52
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1175891512 +0000
- git-parent:
[680c14288bf42379fc8117d5fa6027ea539973ab]
- git-author:
- Rafaël Carré <funman@videolan.org> 1175891512 +0000
- Message:
Doesn't unref the D-Bus connection if connection failed
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9a1ab88 |
r11d5755 |
|
| 698 | 698 | } |
|---|
| 699 | 699 | /* we unreference the connection when we've finished with it */ |
|---|
| 700 | | dbus_connection_unref( p_conn ); |
|---|
| | 700 | if( p_conn ) dbus_connection_unref( p_conn ); |
|---|
| 701 | 701 | } |
|---|
| 702 | 702 | #endif |
|---|