mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
try to cleanup possible memory issue
This commit is contained in:
@@ -49,7 +49,8 @@ public:
|
||||
void setLastNumber(int value) { lastNumber = value; }
|
||||
|
||||
std::string getLastCaller() const;
|
||||
void clearLastCaller() { lastCaller.clear(); }
|
||||
//void clearLastCaller() { lastCaller.clear(); }
|
||||
void clearLastCaller() { }
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user