Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends wrong after using during a period of time (not short but not long) and i've revised too many times the code and i think that i'm freeing well, but the program ends at different places without a reasonable explanation, and it smells me that it could be a memory problem, out of memory. Thanks
