summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/wee-string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c
index f974ac063..b6765d9b7 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -3428,7 +3428,6 @@ string_dyn_concat (char **string, const char *add)
{
free (ptr_string_dyn->string);
free (ptr_string_dyn);
- *string = NULL;
return 0;
}
ptr_string_dyn->string = string_realloc;