Makes sence..still gettin memory leaks tho,and the only place i alocate new memory is in the constructor..
Are you sure you aren't messing with the pointers anywhere? If they change, that could be a leak.
Yeah,i have a default constructor and a custom one,which are pretty much the same.
No idea where the memory leak occurs.
Found where the memory leak occurs,problem solved;)