Skip to content

Commit 3d8beff

Browse files
committed
Set last next in arglist to NULL.
1 parent d149cfe commit 3d8beff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

walker.c

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ ctr_object* ctr_cwlk_message(ctr_tnode* paramNode) {
145145
node = argumentList->node;
146146
}
147147
}
148+
aItem->next = NULL; // just be sure set final next to NULL
148149
result = ctr_send_message(r, message, l, a);
149150
r->info.sticky = sticky;
150151
aItem = a;

0 commit comments

Comments
 (0)