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
4ee3ebc3
Commit
4ee3ebc3
authored
Apr 15, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thumbnailer: variable use after deletion
Catched by CheckJNI running on Android 4.0 and later.
parent
de41c9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vlc-android/jni/thumbnailer.c
vlc-android/jni/thumbnailer.c
+0
-2
No files found.
vlc-android/jni/thumbnailer.c
View file @
4ee3ebc3
...
...
@@ -246,8 +246,6 @@ jbyteArray Java_org_videolan_vlc_LibVLC_getThumbnail(JNIEnv *env, jobject thiz,
(
*
env
)
->
SetByteArrayRegion
(
env
,
byteArray
,
0
,
thumbnailSize
,
(
jbyte
*
)
sys
->
thumbnail
);
(
*
env
)
->
DeleteLocalRef
(
env
,
byteArray
);
end:
pthread_mutex_destroy
(
&
sys
->
doneMutex
);
pthread_cond_destroy
(
&
sys
->
doneCondVar
);
...
...
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