mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-18 11:08:41 +00:00
update
This commit is contained in:
parent
40fc9b5bb5
commit
c4db3681b4
|
|
@ -247,6 +247,7 @@ namespace Utils
|
|||
|
||||
free(dm);
|
||||
|
||||
// @todo: do we even need to realloc?
|
||||
char **diffValuesT = (char **) realloc(diffValues, diffIndex * sizeof(char *));
|
||||
if (!diffValuesT) {
|
||||
free(diffValues);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user