Applied patch 0001-src-checkmemoryleak.h-replaced-assignment-in-contru.patch
Author: php-coder
This commit is contained in:
parent
bb2b2e000b
commit
167ab7ee15
|
@ -66,10 +66,8 @@ private:
|
||||||
AllocType alloctype;
|
AllocType alloctype;
|
||||||
|
|
||||||
AllocFunc(const char f[], AllocType a)
|
AllocFunc(const char f[], AllocType a)
|
||||||
{
|
: funcname(f), alloctype(a)
|
||||||
funcname = f;
|
{ }
|
||||||
alloctype = a;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void CheckMemoryLeak_ClassMembers_Variable(const char classname[], const Token *tokVarname);
|
void CheckMemoryLeak_ClassMembers_Variable(const char classname[], const Token *tokVarname);
|
||||||
|
|
Loading…
Reference in New Issue