* fix: memory leak rz_analysis_op_fini op->src * fix: memory leak, replaced `rz_type_clone` with `rz_type_clone_shallow` to resolve the memory leak in `rz_type_free(type.callable)` * fix: memory leak in try_create_var_global * fix: memory leak in dwarf * fix: remove redundant memset calls and add documentation for rz_type_clone_shallow * Update librz/arch/op.c Co-authored-by: Giovanni <561184+wargio@users.noreply.github.com> * fix: set free and free_user to NULL in vector copy when item_cpy is not provided --------- Co-authored-by: Giovanni <561184+wargio@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| parser | ||
| base.c | ||
| format.c | ||
| function.c | ||
| helpers.c | ||
| meson.build | ||
| path.c | ||
| README.md | ||
| serialize_functions.c | ||
| serialize_types.c | ||
| type.c | ||
| typeclass.c | ||