diff options
author | Simo Sorce <simo@redhat.com> | 2015-08-30 14:28:32 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-08-30 14:28:32 -0400 |
commit | 3e4f466d5224af50c6789894cca459aa4504ef47 (patch) | |
tree | 4ccd53f35fb614e4b1369631a1554a33f888cd9e /src/mod_auth_gssapi.h | |
parent | f206c24dfcf9bbc70d8551aaf6794d50d67feaa0 (diff) | |
download | mod_auth_gssapi-3e4f466d5224af50c6789894cca459aa4504ef47.tar.gz mod_auth_gssapi-3e4f466d5224af50c6789894cca459aa4504ef47.tar.xz mod_auth_gssapi-3e4f466d5224af50c6789894cca459aa4504ef47.zip |
Fix incorrect free() usage
This code has been changed to use apr pools for memory allocation, so the
error path is wrong as free() is not called on malloc()ed memory anymore.
Remove the calls to free(), the mempool is clean up by callers.
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/mod_auth_gssapi.h')
0 files changed, 0 insertions, 0 deletions