mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
ahc: Initialize GError pointer with NULL
Otherwise there will be assertions.
This commit is contained in:
parent
f585a66bd1
commit
551b0a5f28
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static gboolean
|
||||||
_init_classes (void)
|
_init_classes (void)
|
||||||
{
|
{
|
||||||
JNIEnv *env;
|
JNIEnv *env;
|
||||||
GError *err;
|
GError *err = NULL;
|
||||||
|
|
||||||
jclass klass;
|
jclass klass;
|
||||||
jfieldID fieldID;
|
jfieldID fieldID;
|
||||||
|
|
Loading…
Reference in a new issue