Changeset 5c7bffc5e14f97cf029c4ca2d6f4d422c44ca1f9
- Timestamp:
- 17/09/07 23:44:14
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1190065454 +0000
- git-parent:
[d212ab721d8011ea7a2a1263d84d2b5afceae75e]
- git-author:
- Rafaël Carré <funman@videolan.org> 1190065454 +0000
- Message:
hal services_discovery: fix invalid access to memory in Close()
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
r5c7bffc |
|
| 193 | 193 | vlc_object_release( p_playlist ); |
|---|
| 194 | 194 | } |
|---|
| 195 | | free( p_sys ); |
|---|
| 196 | 195 | #ifdef HAVE_HAL_1 |
|---|
| 197 | 196 | dbus_connection_unref( p_sys->p_connection ); |
|---|
| … | … | |
| 209 | 208 | p_sys->pp_devices = NULL; |
|---|
| 210 | 209 | #endif |
|---|
| | 210 | free( p_sys ); |
|---|
| 211 | 211 | } |
|---|
| 212 | 212 | |
|---|