]> O.S.I.I.S - jp/vkvg.git/commit
Fix a possible memory leak in vkengine_create (#62)
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Mon, 24 Jan 2022 11:44:55 +0000 (11:44 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 11:44:55 +0000 (12:44 +0100)
commit004f6a83b088e550c1b82336102181b28f489cdf
tree045e5d0ff416b97328ab4b83fbc5fb1017558a55
parent9576f9842d8069c9d08937cee35ee6c8732d67a3
Fix a possible memory leak in vkengine_create (#62)

* Fix a possible memory leak in vkengine_create

The assertion checks could crash the program, leaving memory allocated by `e` un`free`d.

* Restored GLFW callback function
tests/common/vkengine.c