Do not free orig_ccache
authorSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 21:14:33 +0000 (17:14 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 21:20:44 +0000 (17:20 -0400)
It realy is const memory referenced internally by MIT's gssapi.
Freeing it will cause a segfault on the next invocation.
This memory is kept in thread local storage and freed by gssapi itself
as needed.

Fixes #11


No differences found