Merge "Fix issue 3126094." into gingerbread

This commit is contained in:
Eric Laurent
2010-10-22 18:37:09 -07:00
committed by Android (Google) Code Review

View File

@ -131,6 +131,7 @@ static void captureCallback(void* user,
samplingrate,
0,
jArray);
env->DeleteLocalRef(jArray);
}
}