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:
hikerstk 2011-10-13 22:38:56 +00:00
parent 941b8aeeba
commit c3003a763f

View File

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