Changeset 4ec082c0b0c0bae2942391a94fffeb3702192e47
- Timestamp:
- 05/16/08 10:15:23
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210925723 +0200
- git-parent:
[6120e3c4127a4f0934e0d46344d356f43715eccc]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210925723 +0200
- Message:
Fix a very unlikely memleak
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7c75fc2 |
r4ec082c |
|
| 1999 | 1999 | if( dbus_error_is_set( &error ) || !p_connection ) |
|---|
| 2000 | 2000 | { |
|---|
| | 2001 | libhal_ctx_free( ctx ); |
|---|
| 2001 | 2002 | dbus_error_free( &error ); |
|---|
| 2002 | 2003 | return; |
|---|