[vlc-devel] commit: upnp: fix a typo (Mirsal Ennaime )
git version control
git at videolan.org
Thu May 15 00:58:49 CEST 2008
vlc | branch: master | Mirsal Ennaime <mirsal.ennaime at gmail.com> | Thu May 15 00:45:06 2008 +0200| [edb7e412b96c160ddfa084bfec5f35c04476eb63]
upnp: fix a typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edb7e412b96c160ddfa084bfec5f35c04476eb63
---
modules/services_discovery/upnp_intel.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/services_discovery/upnp_intel.cpp b/modules/services_discovery/upnp_intel.cpp
index f9133be..aac3d67 100644
--- a/modules/services_discovery/upnp_intel.cpp
+++ b/modules/services_discovery/upnp_intel.cpp
@@ -311,7 +311,7 @@ static void Close( vlc_object_t *p_this )
true );
playlist_NodeDelete( pl_Get( p_sd ), p_sys->p_node_cat, true,
true );
- pl_Release( p_intf );
+ pl_Release( p_sd );
free( p_sys );
}
More information about the vlc-devel
mailing list