diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-10-15 14:47:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-10-15 14:47:20 +0000 |
commit | 83d4bf2d1f0ccc3a44917d11aabb059ba9519d04 (patch) | |
tree | 9f356f84068b19395949e72b3b335e403c19fc0f /php/src | |
parent | initial check-in (diff) | |
download | ice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.tar.bz2 ice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.tar.xz ice-83d4bf2d1f0ccc3a44917d11aabb059ba9519d04.zip |
fixing Apache 1.x bug that prevented httpd from starting
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/ice/profile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php/src/ice/profile.cpp b/php/src/ice/profile.cpp index b02f36e5a4b..8684b74f18c 100644 --- a/php/src/ice/profile.cpp +++ b/php/src/ice/profile.cpp @@ -593,6 +593,8 @@ IcePHP::profileShutdown(TSRMLS_D) delete p->second; } + _profiles.clear(); + return true; } |