Skip to content

Commit

Permalink
Set last next in arglist to NULL.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Aug 30, 2024
1 parent d149cfe commit 3d8beff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions walker.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ ctr_object* ctr_cwlk_message(ctr_tnode* paramNode) {
node = argumentList->node;
}
}
aItem->next = NULL; // just be sure set final next to NULL
result = ctr_send_message(r, message, l, a);
r->info.sticky = sticky;
aItem = a;
Expand Down

0 comments on commit 3d8beff

Please sign in to comment.