Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Merge pull request
#659
from noshbar/text-memory-leak
Fixes memory leak in text.c
pull/661/head
Ray
7 vuotta sitten
committed by
GitHub
vanhempi
126ab49221
ec6b21bd91
commit
a12cafe84d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/text.c
+ 1
- 0
src/text.c
Näytä tiedosto
@ -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
)
;
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna