diff --git a/src/p_deepcopy.cpp b/src/p_deepcopy.cpp index 9441dc96a..dd4a64c96 100644 --- a/src/p_deepcopy.cpp +++ b/src/p_deepcopy.cpp @@ -142,11 +142,6 @@ static void copy_stringarg(char **target, const char *source) // on how it is copied over instead of just // using strcpy or smth - if (*target != nullptr) - { - Z_Free(*target); - } - size_t len = 0; if (source != nullptr) {