db/upnp: fix valgrind warning
This commit is contained in:
parent
6f23e91e33
commit
ccb13205f4
|
@ -129,6 +129,7 @@ public:
|
|||
state(NONE),
|
||||
tag_type(TAG_NUM_OF_ITEM_TYPES)
|
||||
{
|
||||
m_tobj.clear();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue