icons/bfc-view.png

Fri, 18 Oct 2013 17:57:42 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Fri, 18 Oct 2013 17:57:42 +0300
changeset 510
ee90c55dfeef
parent 350
05a2ccd19547
child 729
dcd7e3e86374
permissions
-rw-r--r--

Fixed: LDForge would sometimes crash over unitialized data in the GL renderer. This crash sure eluded me for a while. Turned out zoomToFit(), which uses m_width and m_height is called before resizeGL() which initializes these variables. This data is used in an operator new[] call.

(binary:image/png)

mercurial