Revision: 2546 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2546&view=rev Author: rorthomas Date: 2012-05-12 22:14:09 +0000 (Sat, 12 May 2012) Log Message: ----------- fixed typo fixed crash after cache regen
Modified Paths: -------------- trunk/source/configurator/configurator.cpp trunk/source/main/audio/SoundScriptManager.cpp Modified: trunk/source/configurator/configurator.cpp =================================================================== --- trunk/source/configurator/configurator.cpp 2012-05-12 21:24:29 UTC (rev 2545) +++ trunk/source/configurator/configurator.cpp 2012-05-12 22:14:09 UTC (rev 2546) @@ -1135,7 +1135,7 @@ addAboutEntry(wxT("88Toyota"), wxT("Clutch force patches"), wxT("http://www.rigsofrods.com/members/24735-88Toyota"), x_row1, y); addAboutEntry(wxT("synthead"), wxT("Minor Linux fixes"), wxT("http://www.rigsofrods.com/members/24570-synthead"), x_row1, y); addAboutEntry(wxT("ulteq"), wxT("sound engine, lots of fixes"), wxT("http://www.rigsofrods.com/members/52782-ulteq"), x_row1, y); - addAboutEntry(wxT("theshark"), wxT("various fixed"), wxT("http://www.rigsofrods.com/members/55599-theshark"), x_row1, y); + addAboutEntry(wxT("theshark"), wxT("various fixes"), wxT("http://www.rigsofrods.com/members/55599-theshark"), x_row1, y); y+=20; addAboutTitle(_("Core Content Contributors"), x_row1, y); Modified: trunk/source/main/audio/SoundScriptManager.cpp =================================================================== --- trunk/source/main/audio/SoundScriptManager.cpp 2012-05-12 21:24:29 UTC (rev 2545) +++ trunk/source/main/audio/SoundScriptManager.cpp 2012-05-12 22:14:09 UTC (rev 2546) @@ -309,7 +309,7 @@ { if (it->second && !it->second->base_template) { - delete(it->second); + //delete(it->second); it->second = 0; counter++; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel