Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 26, 2015
2 parents 7c89ed7 + 007040c commit 52442ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vm/shared_state.cpp
Expand Up @@ -82,6 +82,11 @@ namespace rubinius {
console_ = 0;
}

if(metrics_) {
delete metrics_;
metrics_ = 0;
}

delete tool_broker_;
delete global_cache;
delete world_;
Expand Down

0 comments on commit 52442ef

Please sign in to comment.