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

readd possibly crash code

This commit is contained in:
Jeff Mitchell
2011-05-03 16:21:27 -04:00
parent b8bb29161f
commit dd4d268c11

View File

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