No leaks for splash screen and text files

This commit is contained in:
2026-06-05 15:33:19 +02:00
parent 2ad55b9132
commit 63bf73f1f2
10 changed files with 33 additions and 56 deletions
-1
View File
@@ -55,7 +55,6 @@ int main(int argc, char *argv[]) {
if (argc >= 2) {
active->buffer_id = bufferCreate(argv[1], READ_AND_WRITE);
buf = &E.buffers[active->buffer_id];
appDebug("project root : %s\n", dirname(buf->fullname));
}
free(splash_screen); // Now guaranteed safe