From b69f7e5f7337db563e96f04dbcf91d6eb61271ef Mon Sep 17 00:00:00 2001 From: ncordon Date: Mon, 29 Jul 2019 14:50:04 +0200 Subject: [PATCH] Rolls back impl deletion by @dennwc suggestion in #107 Signed-off-by: ncordon --- src/libuast.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libuast.hpp b/src/libuast.hpp index 9947855..54742fd 100644 --- a/src/libuast.hpp +++ b/src/libuast.hpp @@ -313,7 +313,6 @@ namespace uast { contexts().erase(handle); } handle = 0; - delete(impl); impl = nullptr; }