cordarei / libwm

Automatically exported from code.google.com/p/libwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix WGL Context constructor exception safety

GoogleCodeExporter opened this issue · comments

Move std::auto_ptr constructor and .release to correct place.

Original issue reported on code.google.com by maililis...@gmail.com on 20 Jul 2009 at 9:34

Moved std::auto_ptr, cleanup should work correctly in case of exceptions.

Original comment by maililis...@gmail.com on 21 Jul 2009 at 1:25

  • Changed state: Fixed