security: fix memory leaks in Kerberos scheme
commit4446907c73193a332ea976d229e6c3cb15caaaab
authorStefan Becker <chemobejk@gmail.com>
Sat, 23 Feb 2013 10:40:20 +0000 (23 12:40 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sat, 23 Feb 2013 15:16:52 +0000 (23 17:16 +0200)
tree4af7e8923307e318a0f5402db7f7e559e683c383
parentf78dc54b3a95b1245369f274d010c0cb22e9a8df
security: fix memory leaks in Kerberos scheme

- you can't return GSS allocated buffers back to upper layers that
  g_free() them.
- g_ascii_strup() returns an allocated string. But as it wasn't used
  anywhere so simply remove the parameter and the allocation.
src/core/sip-sec-krb5.c