]> git.sesse.net Git - vlc/commit
fixes for crash in Safari plugin when terminating (it actually locks the computer...
authorDamien Fouilleul <damienf@videolan.org>
Wed, 14 Jun 2006 22:49:57 +0000 (22:49 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 14 Jun 2006 22:49:57 +0000 (22:49 +0000)
commit7a6b8a51f8b06684d32ba3a4985230363c32d8b0
treef1cba71832deb3c1fbf60cf72b22c5e95258e00b
parent350045b47585e3f67cf0ebebdecb549be84ef83d
fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion)
- opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout
- voutgl.m: set context to NULL on exit
modules/gui/macosx/voutgl.m
modules/video_output/opengl.c