mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
fixed small memory leak
This commit is contained in:
@@ -202,6 +202,7 @@ char *updateJournal(char *path, char *journal, char *timeFormat, int shouldDebug
|
|||||||
debug("Writing %s\\n to %s", date, path);
|
debug("Writing %s\\n to %s", date, path);
|
||||||
fprintf(file, "%s\n", date);
|
fprintf(file, "%s\n", date);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
|
free(createEntryMessage);
|
||||||
}
|
}
|
||||||
} else { // we just recreate the path to the selected entry
|
} else { // we just recreate the path to the selected entry
|
||||||
// snprintf does not like to have the same variable as input and output so we use a buffer
|
// snprintf does not like to have the same variable as input and output so we use a buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user