This commit is contained in:
Dennis Eichhorn 2023-08-28 22:06:37 +00:00
parent 40fc9b5bb5
commit c4db3681b4
2 changed files with 5 additions and 4 deletions

View File

@ -247,6 +247,7 @@ namespace Utils
free(dm); free(dm);
// @todo: do we even need to realloc?
char **diffValuesT = (char **) realloc(diffValues, diffIndex * sizeof(char *)); char **diffValuesT = (char **) realloc(diffValues, diffIndex * sizeof(char *));
if (!diffValuesT) { if (!diffValuesT) {
free(diffValues); free(diffValues);