]> git.sur5r.net Git - glabels/commit
Fix for Bug #822848: in gl_window_destroy() unreference window->uic and recent_view.
authorJim Evins <evins@snaught.com>
Mon, 27 Oct 2003 04:15:24 +0000 (04:15 +0000)
committerJim Evins <evins@snaught.com>
Mon, 27 Oct 2003 04:15:24 +0000 (04:15 +0000)
commit5b8870cdd41d8dbede3ef438b87b030f0bf89591
tree7eb44ebb85196649af91c256e7667d9d42a258f7
parent299887846ca7b16b3eb7113a6efae93c73763647
Fix for Bug #822848:  in gl_window_destroy() unreference window->uic and recent_view.

Hack:  squirrel away recent_view as data in window->uic, and extract this in gl_window_destroy().  A better approach might be to wrap up the ui_component in its own object, then simply unreference it.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@328 f5e0f49d-192f-0410-a22d-a8d8700d0965
glabels2/src/ui.c
glabels2/src/window.c