Przeglądaj źródła

Merge pull request #659 from noshbar/text-memory-leak

Fixes memory leak in text.c
pull/661/head
Ray 7 lat temu
committed by GitHub
rodzic
commit
a12cafe84d
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/text.c

+ 1
- 0
src/text.c Wyświetl plik

@ -527,6 +527,7 @@ Image GenImageFontAtlas(CharInfo *chars, int charsCount, int fontSize, int paddi
else TraceLog(LOG_WARNING, "Character could not be packed: %i", i);
}
free(rects);
free(nodes);
free(context);
}

Ładowanie…
Anuluj
Zapisz