Boolean value assigned to pointer (#3609)

This commit is contained in:
zengwei2000 2023-06-26 20:44:06 +08:00 committed by GitHub
parent b5a936585a
commit 2239fa4402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -474,7 +474,7 @@ RZ_IPI ut16 sh_assembler(RZ_NONNULL const char *buffer, ut64 pc, RZ_NULLABLE boo
bye:
if (success) {
success = false;
*success = false;
}
rz_list_free(tokens);
free(mnem);