mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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)
|
||||
{
|
||||
JNIEnv *env;
|
||||
GError *err;
|
||||
GError *err = NULL;
|
||||
|
||||
jclass klass;
|
||||
jfieldID fieldID;
|
||||
|
|
Loading…
Reference in a new issue