chore: Bump lpac
All checks were successful
/ build-debug (push) Successful in 4m21s
/ release (push) Successful in 4m26s

This commit is contained in:
Peter Cai 2024-03-05 20:14:21 -05:00
parent 124d1690ab
commit 348395c48d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 47f44f911099bffdbdb4854500578ba18ab19d06
Subproject commit dc09c3e668fc191694e73fede255a7a0a26f4988

View file

@ -236,7 +236,7 @@ Java_net_typeblog_lpac_1jni_LpacJni_es10cGetProfilesInfo(JNIEnv *env, jobject th
(*env)->DeleteLocalRef(env, jinfo);
});
es10c_profile_info_free_all(info);
es10c_profile_info_list_free_all(info);
return ret;
}