diff options
Diffstat (limited to 'libcpp/macro.cc')
-rw-r--r-- | libcpp/macro.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcpp/macro.cc b/libcpp/macro.cc index f679b6a..056b38e 100644 --- a/libcpp/macro.cc +++ b/libcpp/macro.cc @@ -505,6 +505,8 @@ builtin_has_embed (cpp_reader *pfile) if (ok && !pfile->state.skip_eval) result = _cpp_stack_embed (pfile, fname, bracket, ¶ms); + _cpp_free_embed_params_tokens (¶ms.base64); + XDELETEVEC (fname); } else if (paren) |