ahc: Initialize GError pointer with NULL
Otherwise there will be assertions.
This commit is contained in:
parent
f585a66bd1
commit
551b0a5f28
@ -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…
x
Reference in New Issue
Block a user