quakeforge/libs
Bill Currie ef87baf339 [model] Undo brush texture changes in 4f58429137
While gcc was quite correct in its warning, all I needed was to
explicitly truncate the string. I don't remember why I didn't do that
back when I made the changes in 4f58429137, but it works now, and the
surrounding code does expect the string to be no more than 15 chars
long. This fixes yet another memory leak (but timedemo over multiple
runs still leaks like a sieve).
2022-05-13 00:46:27 +09:00
..
audio [sound] Don't free realname in the vorbis loader 2022-05-12 19:58:18 +09:00
client [client] Free default input config plist 2022-05-12 19:58:18 +09:00
console [gamecode] Add PR_Shutdown for tearing down a VM 2022-05-12 19:58:18 +09:00
gamecode [gamecode] Add PR_Shutdown for tearing down a VM 2022-05-12 19:58:18 +09:00
gib [gib] Plug some memory leaks 2022-05-12 19:58:18 +09:00
image [image] Set texture type for no-load tga images 2022-05-04 13:50:55 +09:00
input [input] Plug a pile of memory leaks 2022-05-12 19:58:18 +09:00
models [model] Undo brush texture changes in 4f58429137 2022-05-13 00:46:27 +09:00
net Merge branch 'master' into wip-rua_scene 2022-04-25 08:13:35 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [ruamoko] Free buffer used for loading plists 2022-05-12 22:47:55 +09:00
scene [scene] Implement Hierarchy_Copy 2022-05-08 11:14:00 +09:00
ui [ui] Free the view's children array 2022-05-12 19:58:18 +09:00
util [plugin] Ensure plugins get unloaded during shutdown 2022-05-12 20:58:39 +09:00
video [model] Support freeing of skin data 2022-05-12 22:46:31 +09:00
Makemodule.am [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00