1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-31 13:48:09 +01:00

* More headless fixes.

This commit is contained in:
Christian Muehlhaeuser 2012-03-16 20:16:03 +01:00
parent 28f62d850d
commit 967c767f0b
2 changed files with 4 additions and 0 deletions

View File

@ -31,7 +31,9 @@ using namespace Tomahawk;
Album::~Album()
{
#ifndef ENABLE_HEADLESS
delete m_cover;
#endif
}

View File

@ -31,7 +31,9 @@ using namespace Tomahawk;
Artist::~Artist()
{
#ifndef ENABLE_HEADLESS
delete m_cover;
#endif
}