14.03.2011, 16:08
Actual memory leaking should not happen but currently vectors/maps are not automatically cleared. References to values are not lost (first this used char* pointers in vector, but I changed it to use std:tring for str values)