From dd4d268c113808b3ffd1e14cb9afea5786b171b9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 3 May 2011 16:21:27 -0400 Subject: [PATCH] readd possibly crash code --- thirdparty/liblastfm2/src/ws/ws.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/liblastfm2/src/ws/ws.cpp b/thirdparty/liblastfm2/src/ws/ws.cpp index 017a81b56..3dc1631fa 100644 --- a/thirdparty/liblastfm2/src/ws/ws.cpp +++ b/thirdparty/liblastfm2/src/ws/ws.cpp @@ -229,8 +229,8 @@ lastfm::setNetworkAccessManager( QNetworkAccessManager* nam ) threadNamHash[thread] = nam; ourNamHash[thread] = false; - //if ( oldNam ) - // delete oldNam; + if ( oldNam ) + delete oldNam; }