Added leak checking.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9977 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
941b8aeeba
commit
c3003a763f
@ -20,6 +20,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "utils/leak_check.hpp"
|
||||
#include "utils/synchronised.hpp"
|
||||
|
||||
class Addon;
|
||||
@ -67,6 +68,8 @@ private:
|
||||
* ready. */
|
||||
Addon *m_icon_addon;
|
||||
public:
|
||||
LEAK_CHECK()
|
||||
|
||||
Request(HttpCommands command, int priority,
|
||||
bool manage_memory=true);
|
||||
Request(HttpCommands command, int priority, bool manage_memory,
|
||||
|
Loading…
Reference in New Issue
Block a user