summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
Diffstat (limited to 'php/src')
-rw-r--r--php/src/ice/profile.cpp2
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;
}