ahc: Initialize GError pointer with NULL

Otherwise there will be assertions.
This commit is contained in:
Sebastian Dröge 2016-01-22 17:22:47 +02:00
parent f585a66bd1
commit 551b0a5f28

View file

@ -334,7 +334,7 @@ static gboolean
_init_classes (void)
{
JNIEnv *env;
GError *err;
GError *err = NULL;
jclass klass;
jfieldID fieldID;