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/ContentDirectoryService.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/db/upnp/ContentDirectoryService.cxx') diff --git a/src/db/upnp/ContentDirectoryService.cxx b/src/db/upnp/ContentDirectoryService.cxx index 1c4e43e12..35445e09d 100644 --- a/src/db/upnp/ContentDirectoryService.cxx +++ b/src/db/upnp/ContentDirectoryService.cxx @@ -48,6 +48,11 @@ ContentDirectoryService::ContentDirectoryService(const UPnPDevice &device, } } +ContentDirectoryService::~ContentDirectoryService() +{ + /* this destructor exists here just so it won't get inlined */ +} + static bool ReadResultTag(UPnPDirContent &dirbuf, IXML_Document *response, Error &error) { -- cgit v1.2.3