Commit 4c4e7cc3 authored by Geoff Simmons's avatar Geoff Simmons

bugfix the vre2 destructor -- the named group map is implicitly

deleted when the RE2 object that owns it is deleted
parent 3969843b
......@@ -54,7 +54,6 @@ vre2::~vre2() {
delete re_;
re_ = NULL;
}
delete &named_group;
}
inline bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment