Skip to content

Commit

Permalink
Remove global RzLine instance
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 5, 2024
1 parent a060e3b commit c4ba94a
Show file tree
Hide file tree
Showing 19 changed files with 861 additions and 837 deletions.
2 changes: 1 addition & 1 deletion librz/cons/cons.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ RZ_API RzCons *rz_cons_free(void) {
restore_console_state();
#endif
if (I.line) {
rz_line_free();
rz_line_free(I.line);
I.line = NULL;
}
RZ_FREE(I.input->readbuffer);
Expand Down
Loading

0 comments on commit c4ba94a

Please sign in to comment.