| Index: content/renderer/pepper/plugin_object.cc
|
| diff --git a/content/renderer/pepper/plugin_object.cc b/content/renderer/pepper/plugin_object.cc
|
| index cb5ff6af9bbd924ae918b87e196c2b130afb5cc6..46c01fd0544cea1fac49b86942610c95d3eb2207 100644
|
| --- a/content/renderer/pepper/plugin_object.cc
|
| +++ b/content/renderer/pepper/plugin_object.cc
|
| @@ -182,6 +182,7 @@ std::vector<std::string> PluginObject::EnumerateNamedProperties(
|
| }
|
|
|
| void PluginObject::InstanceDeleted() {
|
| + ppp_class_->Deallocate(ppp_class_data_);
|
| instance_ = NULL;
|
| }
|
|
|
|
|