Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
a63d392d
Commit
a63d392d
authored
Feb 05, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jni/java_event_thread: fix SEGFAULT
parent
26bc1edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libvlc/jni/java_event_thread.c
libvlc/jni/java_event_thread.c
+1
-1
No files found.
libvlc/jni/java_event_thread.c
View file @
a63d392d
...
...
@@ -89,8 +89,8 @@ JavaEventThread_thread(void *data)
pthread_mutex_lock
(
&
p_java_event_thread
->
lock
);
free
(
event_elm
);
TAILQ_REMOVE
(
&
p_java_event_thread
->
queue
,
event_elm
,
next
);
free
(
event_elm
);
pthread_cond_signal
(
&
p_java_event_thread
->
cond
);
}
end:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment