db/upnp: fix valgrind warning

This commit is contained in:
Max Kellermann 2014-11-07 19:12:43 +01:00
parent 6f23e91e33
commit ccb13205f4
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ public:
state(NONE),
tag_type(TAG_NUM_OF_ITEM_TYPES)
{
m_tobj.clear();
}
protected: