mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2024-12-22 13:34:06 +03:00
ffeedb040b
when generating a bitmap for a character whose codepoint was above 255, we used a cache_id of 0, malloc'd a CachedImage and inserted it into a g_hashtable, without freeing the one which was before inserted with cache_id 0 this is circumvented by only generating a CachedImage when having a cache_id != 0 the second leak was also with inserting into a hashtable, but there we give the hashtable the g_free method as a value_destroy_func Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
debian | ||
.gitignore | ||
auth-pve.c | ||
copyright | ||
event_loop.c | ||
event_loop.h | ||
genfont.c | ||
genkeysym.pl | ||
glyphs.h | ||
input.c | ||
keysyms.h | ||
Makefile | ||
screen.c | ||
spiceterm.c | ||
spiceterm.h | ||
spiceterm.pod | ||
translations.h |