Erwan
- fixed a problem with DOS card files under psp/linux - Added a bunch of SAFE_DELETE, not sure they're really necessary - fixed a small interface problem in Shop
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
int lastTime;
|
||||
JSample * sample;
|
||||
SampleCached(int _lastTime, JSample * _sample):lastTime(_lastTime),sample(_sample){};
|
||||
~SampleCached(){delete sample;};
|
||||
~SampleCached(){SAFE_DELETE(sample);};
|
||||
};
|
||||
|
||||
class SampleCache{
|
||||
|
||||
Reference in New Issue
Block a user