From 7266746727ae64b22334bdbf5e89abbfc2f02d46 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Mon, 15 May 2023 13:08:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9587dee..44da639 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ values and lv_values both point to argv, and lv_labels points to argv + 1, as to when done with the data, call `carg_parse_free(carg_parse_data* data)` -to free the data, it does not free the individual values and labels, as these just point to the values in argv, so if you have moved / modified these pointers, you will have to free them yourself. +to free the data, it does not free the individual values and labels, as these just point to the values in argv, so if you have moved / modified these pointers, you will have to free them yourself. this has the benifit as well, of allowing you to free carg, even if you have values pointing to strings passed in.