Skip to content

Commit

Permalink
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
@@ -80,6 +80,11 @@ namespace rubinius {
console_ = 0;
}

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

delete tool_broker_;
delete global_cache;
delete world_;

0 comments on commit 007040c

Please sign in to comment.