diff options
Diffstat (limited to 'main/SAPI.c')
-rw-r--r-- | main/SAPI.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 87be2e3fe8..178e2b8d83 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -111,14 +111,6 @@ SAPI_API void sapi_deactivate(SLS_D) if (SG(request_info).post_data) { efree(SG(request_info).post_data); } - if (SG(server_context)) { - if (SG(request_info).auth_user) { - efree(SG(request_info).auth_user); - } - if (SG(request_info).auth_password) { - efree(SG(request_info).auth_password); - } - } } |