allocate struct with malloc - works but will segfault when trying to access std::list member
allocate struct with new - works fine
guys, wtf