diff options
author | Max Kellermann <max@duempel.org> | 2014-11-07 19:41:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-07 19:41:19 +0100 |
commit | 2d9876a261d62192b5ce976eae376ac4e1fd4b38 (patch) | |
tree | 7ad2b73867f1bf0a76d8058df30e0ad68aa42c97 /src/db | |
parent | 303d67aed2da79d4ddaa3a52093ed42ae9da064d (diff) | |
parent | 125eb01e03082f1c33fa1b0b6d51b953eebf6c28 (diff) | |
download | mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.gz mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.xz mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.zip |
Merge branch 'v0.19.x'
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/plugins/upnp/Directory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/plugins/upnp/Directory.cxx b/src/db/plugins/upnp/Directory.cxx index 683022a10..e94a1a997 100644 --- a/src/db/plugins/upnp/Directory.cxx +++ b/src/db/plugins/upnp/Directory.cxx @@ -129,6 +129,7 @@ public: state(NONE), tag_type(TAG_NUM_OF_ITEM_TYPES) { + m_tobj.clear(); } protected: |