fixes + valgrind

This commit is contained in:
gazhonsepaskwa
2025-02-11 10:49:27 +01:00
parent 484ec39641
commit 0c76cc2422
5 changed files with 49 additions and 22 deletions

View File

@@ -162,9 +162,9 @@ t_node *tokenize(char *str)
stick_quote_node(head, 39);
stick_quote_node(head, '"');
debug_token_list(head, "stick quote node");
if (!trim_nodes(head))
return (NULL);
debug_token_list(head, "trim_nodes");
// if (!trim_nodes(head))
// return (NULL);
// debug_token_list(head, "trim_nodes");
set_token(head);
del_void_nodes(&head);
debug_token_list(head, "tokenizer");