On the verse of memory leaks

This commit is contained in:
Ano-sys
2025-02-01 11:27:20 +01:00
parent 4910b0db61
commit 7f6d6c1479
3 changed files with 88 additions and 29 deletions
+1
View File
@@ -29,6 +29,7 @@ char *key_value_pair_list_to_string(key_value_pair **head){
}
if(!ret){
ret = strdup(kvp2str);
free(kvp2str);
kvp_it = kvp_it->next;
}
else{