[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 22 00:14:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
Seems to be my fault in r202781:
       _Deque_base(const allocator_type& __a)
       : _M_impl(__a)
-      { }
+      { _M_initialize_map(0); }



More information about the Gcc-bugs mailing list