diff options
Diffstat (limited to 'src/db/upnp/Device.hxx')
-rw-r--r-- | src/db/upnp/Device.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/upnp/Device.hxx b/src/db/upnp/Device.hxx index 49bcd2896..dd7ecac2d 100644 --- a/src/db/upnp/Device.hxx +++ b/src/db/upnp/Device.hxx @@ -75,6 +75,8 @@ public: UPnPDevice(UPnPDevice &&) = default; UPnPDevice &operator=(UPnPDevice &&) = default; + ~UPnPDevice(); + /** Build device from xml description downloaded from discovery * @param url where the description came from * @param description the xml device description |