]> git.tuebingen.mpg.de Git - paraslash.git/commit
user_list.c: Fix a memory leak
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 21:09:06 +0000 (22:09 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 21:09:06 +0000 (22:09 +0100)
commit88ea5fe3caf0934afa3782f3fa1b4011eb305560
tree3be61d5f4b3e9564b2bcc74e4b34673b2845618c
parent2cc93ff31f16e65c1c1f94b0044b32f6be67cbd3
user_list.c: Fix a memory leak

get_rsa_key() already allocates space for the rsa key pointer. Moreover,
u->perms was set to zero twice. Kill one instance.
user_list.c