Message ID | 20220626130748.74163-7-lucvoo@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | cleanup related to inlining of variadic functions | expand |
diff --git a/inline.c b/inline.c index 68f235c21945..a7ab73d37492 100644 --- a/inline.c +++ b/inline.c @@ -567,6 +567,7 @@ int inline_function(struct expression *expr, struct symbol *sym) stmt->inline_fn = sym; unset_replace_list(fn_symbol_list); + free_ptr_list(&fn_symbol_list); return 1; }