diff options
Diffstat (limited to 'ext/rpc/java/java.c')
-rw-r--r-- | ext/rpc/java/java.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/java/java.c b/ext/rpc/java/java.c index 4a6f746147..e596c16fc3 100644 --- a/ext/rpc/java/java.c +++ b/ext/rpc/java/java.c @@ -552,7 +552,7 @@ static pval _java_getset_property 0, (void **) &pobject); obj = zend_list_find((*pobject)->value.lval,&type); result = (jlong)(long) &presult; - var_uninit(&presult); + presult.type = IS_NULL; if (!obj || (type!=le_jobject)) { php_error(E_ERROR, |