Blender Git Commit Log
Git Commits -> Revision 8aa3383
Revision 8aa3383 by Campbell Barton (master) August 5, 2009, 02:40 (GMT) |
fix for ghost memory leaks - ghost data wasn't being freed (added wm_ghost_exit() call to wm_init_exit.c) - GHOST_EventManager wasn't freeing GHOST_IEventConsumer's - ghost/X11 wasnt calling XCloseDisplay(), some junk from X11 wasnt being freed - ghost/X11 XAllocNamedColor wasn't freeing the colors when done making a custom cursor. |
Commit Details:
Full Hash: 8aa33834087bf5e717c0b671254d528d93cf6001
SVN Revision: 22217
Parent Commit: 2a99989
Lines Changed: +40, -4
8 Modified Paths:
/intern/ghost/intern/GHOST_EventManager.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+7, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+1, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+6, -4) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+8, -0) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+7, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+1, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+6, -4) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+8, -0) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)