コードは次のとおりです。
@interface myClass {
std::vector<float> myVector
}
@end
計器によると漏れています。スタック トレースは次のとおりです。
1 libstdc++.6.dylib operator new(unsigned long)
2 __gnu_cxx::new_allocator<float>::allocate(unsigned long, void const*)
3 std::_Vector_base<float, std::allocator<float> >::_M_allocate(unsigned long)
ベクトルをヒープに割り当てる必要があると思いますが、なぜこれが発生するのかまだわかりません。クラスの割り当てを適切に解除できていない可能性もあります。