dolphin-emulator/Source/Core
Pierre Bourdon 0aa9308006 Revert "Fix a memory leak in ExpressionParser.cpp"
This reverts commit cce809ac90.

The code was actually correct: "expr" is never allocated when an error is
returned. This means when the expression parser fails, deleting "expr" means
deleting an uninitialized pointer.
2013-08-09 10:46:11 +02:00
..
AudioCommon fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
Common Remove -0 from stable release version numbers. 2013-08-08 23:59:53 -04:00
Core Add new Netplay headers to the VS project. 2013-08-05 23:15:53 -04:00
DiscIO Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
DolphinWX NetPlay: Remove NetPlay.h / NetPlay.cpp 2013-08-05 05:05:06 -04:00
InputCommon Revert "Fix a memory leak in ExpressionParser.cpp" 2013-08-09 10:46:11 +02:00
VideoCommon fix lightning for inconsitent config 2013-08-07 14:22:15 +02:00
CMakeLists.txt