From f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jan 2014 21:17:40 +0100 Subject: db/upnp: un-inline a few destructors Reduce bloat. --- src/db/upnp/Device.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/db/upnp/Device.cxx') diff --git a/src/db/upnp/Device.cxx b/src/db/upnp/Device.cxx index 2dab1b4c5..7bec1cccd 100644 --- a/src/db/upnp/Device.cxx +++ b/src/db/upnp/Device.cxx @@ -27,6 +27,11 @@ #include +UPnPDevice::~UPnPDevice() +{ + /* this destructor exists here just so it won't get inlined */ +} + /** * An XML parser which constructs an UPnP device object from the * device descriptor. -- cgit v1.2.3