1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

More debug and a fix

This commit is contained in:
Jeff Mitchell
2011-05-03 14:48:17 -04:00
parent a8ad8cd774
commit b8bb29161f
2 changed files with 4 additions and 2 deletions

View File

@@ -229,8 +229,8 @@ lastfm::setNetworkAccessManager( QNetworkAccessManager* nam )
threadNamHash[thread] = nam;
ourNamHash[thread] = false;
if ( oldNam )
delete oldNam;
//if ( oldNam )
// delete oldNam;
}