| Index: plugin/cross/o3d_glue.cc
|
| ===================================================================
|
| --- plugin/cross/o3d_glue.cc (revision 19521)
|
| +++ plugin/cross/o3d_glue.cc (working copy)
|
| @@ -215,10 +215,13 @@
|
| stream_manager_.reset(NULL);
|
|
|
| delete client_;
|
| + client_ = NULL;
|
| +
|
| // Release the graphics context before deletion.
|
| DeleteRenderer();
|
|
|
| delete features_;
|
| + features_ = NULL;
|
|
|
| // There is a reference cycle between the V8 bridge and the plugin.
|
| // Explicitly remove all V8 references during tear-down, so that the cycle is
|
|
|