5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00
Go to file
Dominik Csapak ffeedb040b fix memory leaks when using g_hashtable
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>
2017-06-02 10:54:41 +02:00
debian bump version to 3.0-3 2017-05-06 08:14:12 +02:00
.gitignore add .gitignore file 2013-09-12 11:08:02 +02:00
auth-pve.c implement command line options using getopt 2013-10-25 13:31:16 +02:00
copyright add copyright (GPLv2) 2013-09-11 12:11:43 +02:00
event_loop.c use SASL for auth, always use TLS 2013-10-23 10:58:24 +02:00
event_loop.h cleanup debugging code 2013-09-11 12:56:28 +02:00
genfont.c change font load order 2013-10-29 13:20:59 +01:00
genkeysym.pl use kvm keymap files 2013-10-29 09:45:21 +01:00
glyphs.h change font load order 2013-10-29 13:20:59 +01:00
input.c fix memory leaks when using g_hashtable 2017-06-02 10:54:41 +02:00
keysyms.h use kvm keymap files 2013-10-29 09:45:21 +01:00
Makefile bump version to 3.0-3 2017-05-06 08:14:12 +02:00
screen.c fix memory leaks when using g_hashtable 2017-06-02 10:54:41 +02:00
spiceterm.c fix bound checking on cursor move 2017-05-06 08:11:39 +02:00
spiceterm.h fix bound checking on cursor move 2017-05-06 08:11:39 +02:00
spiceterm.pod improve manual page 2013-10-31 08:05:50 +01:00
translations.h cleanup/merge header files 2013-09-11 07:44:47 +02:00