mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
Explicitly call clear on the shared pointer in the playlistinterface destructor
This commit is contained in:
@@ -30,6 +30,7 @@ PlaylistInterface::PlaylistInterface ( QObject *parent )
|
|||||||
|
|
||||||
PlaylistInterface::~PlaylistInterface()
|
PlaylistInterface::~PlaylistInterface()
|
||||||
{
|
{
|
||||||
|
m_sharedPtr.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
result_ptr
|
result_ptr
|
||||||
|
Reference in New Issue
Block a user