re PR libstdc++/54185 (condition_variable not properly destructed)
authorDavid Adler <d.adler.s@gmail.com>
Mon, 13 Aug 2012 19:56:50 +0000 (19:56 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 13 Aug 2012 19:56:50 +0000 (20:56 +0100)
commit2942db6337e4982a520f596554c9ae409afc69af
tree3acdeb48ee81a3d57e4d44a6da604f2a8cb4d082
parent181a5a136f5b7e1690e94591d608c851bca19451
re PR libstdc++/54185 (condition_variable not properly destructed)

2012-08-13  David Adler  <d.adler.s@gmail.com>

PR libstdc++/54185
* src/c++11/condition_variable.cc (condition_variable): Always
destroy native type in destructor.
* testsuite/30_threads/condition_variable/54185.cc: New.

From-SVN: r190356
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/condition_variable.cc
libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc [new file with mode: 0644]