mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
osxvideo: Fix leak of NSOpenGLPixelFormat object
https://bugzilla.gnome.org/show_bug.cgi?id=667818
This commit is contained in:
parent
150403ab13
commit
ffe010ee4d
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
}
|
||||
|
||||
self = [super initWithFrame: frame pixelFormat:fmt];
|
||||
[fmt release];
|
||||
|
||||
actualContext = [self openGLContext];
|
||||
[actualContext makeCurrentContext];
|
||||
|
|
Loading…
Reference in a new issue