try to cleanup possible memory issue

This commit is contained in:
Mark Vejvoda
2013-09-23 22:25:38 +00:00
parent 3a6544a257
commit f66a0834c9
4 changed files with 16 additions and 11 deletions

View File

@@ -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