intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

[GUPnP] Output string parameter not initialized on success. #54

Closed lferrandis closed 11 years ago

lferrandis commented 11 years ago

Fix https://github.com/01org/dleyna-renderer/issues/51

Check output string parameters before use, even if the command succeed.

Signed-off-by: Ludovic Ferrandis ludovic.ferrandis@intel.com

markdryan commented 11 years ago

Pushed.

Thanks.