diff options
Diffstat (limited to 'upnpcomponents')
-rw-r--r-- | upnpcomponents/dlna.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upnpcomponents/dlna.cpp b/upnpcomponents/dlna.cpp index 0b15cbe..eaa23c1 100644 --- a/upnpcomponents/dlna.cpp +++ b/upnpcomponents/dlna.cpp @@ -232,5 +232,5 @@ const char* cDlna::getDeviceDescription(const char* URLBase){ // UPNP_AVT_CONTROL_URL, // UPnP AVT Control URL // UPNP_AVT_EVENT_URL // UPnP AVT Event URL ); - return description; + return strdup0(*description); }
\ No newline at end of file |