mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-17 02:38:41 +00:00
update
This commit is contained in:
parent
40fc9b5bb5
commit
c4db3681b4
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user