Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into 1.8.7
Browse files Browse the repository at this point in the history
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
Original file line number Diff line number Diff line change
@@ -82,6 +82,11 @@ namespace rubinius {
console_ = 0;
}

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

delete tool_broker_;
delete global_cache;
delete world_;

0 comments on commit 52442ef

Please sign in to comment.