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)
|
||||
{
|
||||
JNIEnv *env;
|
||||
GError *err;
|
||||
GError *err = NULL;
|
||||
|
||||
jclass klass;
|
||||
jfieldID fieldID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user