Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
mediastreamer2
Commits
65a1d4e9
Commit
65a1d4e9
authored
2 months ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
Fix crash with MSOSXGLDisplay, happening when running test suites on MacOS.
parent
74e22e20
master
feature/AEC3
feature/mac_reload
fix/fec-find-payload-type-number
fix/video-conference-ssrc-changed
hotfix/use-negotiated-extension-ids
release/5.4
5.5.0-alpha
5.4.2
5.4.1
5.4.0
2 merge requests
!1033
fix DTLS mutex creation
,
!1025
Fix crash with MSOSXGLDisplay, happening when running test suites on MacOS.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/videofilters/msosxdisplay.m
+1
-3
src/videofilters/msosxdisplay.m
with
1 addition
and
3 deletions
src/videofilters/msosxdisplay.m
+
1
−
3
View file @
65a1d4e9
...
...
@@ -385,9 +385,7 @@ static void osx_gl_process(MSFilter* f) {
static
void
osx_gl_uninit
(
MSFilter
*
f
)
{
OSXDisplay
*
thiz
=
(
OSXDisplay
*
)
f
->
data
;
if
(
thiz
!=
nil
)
{
NSAutoreleasePool
*
loopPool
=
[[
NSAutoreleasePool
alloc
]
init
];
[
thiz
release
];
[
loopPool
drain
];
[
thiz
performSelectorOnMainThread
:
@selector
(
release
)
withObject
:
nil
waitUntilDone
:
FALSE
];
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets