Skip to content

Commit

Permalink
ts/tree.c(tcursor_finalizer): add miss return.
Browse files Browse the repository at this point in the history
  • Loading branch information
Z572 committed Dec 9, 2023
1 parent 881e8f8 commit 5710923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ SCM_DEFINE(tcursor_finalizer,"%tcursor_finalizer",1,0,0,(SCM p),""){
Tcursor *tc = scm_to_pointer(p);
ts_tree_cursor_delete(&tc->cursor);
gts_free(tc);
return SCM_UNSPECIFIED;
}

#define ASSERT_TSTC(o) \
Expand Down

0 comments on commit 5710923

Please sign in to comment.