Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Rolls back impl deletion by @dennwc suggestion in #107
Browse files Browse the repository at this point in the history
Signed-off-by: ncordon <[email protected]>
  • Loading branch information
ncordon authored and dennwc committed Jul 29, 2019
1 parent c8abc78 commit b69f7e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libuast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ namespace uast {
contexts().erase(handle);
}
handle = 0;
delete(impl);
impl = nullptr;
}

Expand Down

0 comments on commit b69f7e5

Please sign in to comment.