Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-25 15:49:11 +0400
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-25 15:49:11 +0400
commit10554b271fc380722f76d6c6736eb59d56adda37 (patch)
tree781e9a6c531955ddf7eb03ca2f988636fff100ce /sys/osxvideo
parent77d6229a54eb6da76b8396e6f3fdb2d6283253bc (diff)
parenta476d529d2f2d6a2c4a7008387de7cd427581b5f (diff)
Merge branch 'master' into 0.11
Conflicts: ext/flac/gstflacdec.c ext/jpeg/gstjpegenc.c ext/pulse/pulsesink.c sys/v4l2/gstv4l2src.c
Diffstat (limited to 'sys/osxvideo')
-rw-r--r--sys/osxvideo/cocoawindow.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/osxvideo/cocoawindow.m b/sys/osxvideo/cocoawindow.m
index 0a256acd4..ed24fadc2 100644
--- a/sys/osxvideo/cocoawindow.m
+++ b/sys/osxvideo/cocoawindow.m
@@ -128,6 +128,7 @@
}
self = [super initWithFrame: frame pixelFormat:fmt];
+ [fmt release];
actualContext = [self openGLContext];
[actualContext makeCurrentContext];