git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
256d7f7
)
sap: do not release an object we did't yield
author
Rafaël Carré
<funman@videolan.org>
Wed, 17 Oct 2007 13:09:40 +0000
(13:09 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Wed, 17 Oct 2007 13:09:40 +0000
(13:09 +0000)
modules/services_discovery/sap.c
patch
|
blob
|
history
diff --git
a/modules/services_discovery/sap.c
b/modules/services_discovery/sap.c
index
9e50499
..
d5a4562
100644
(file)
--- a/
modules/services_discovery/sap.c
+++ b/
modules/services_discovery/sap.c
@@
-427,7
+427,6
@@
static void Close( vlc_object_t *p_this )
}
FREENULL( p_sys->pp_announces );
- pl_Release( p_sd );
free( p_sys );
}