From d555ce38d5f56c835cc3cc0c5f3ffffa58aab621 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 20 May 2022 10:49:42 +0200 Subject: Minor shape.c change. --- examples/shape.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/shape.c b/examples/shape.c index db42adf3..5617d4c9 100644 --- a/examples/shape.c +++ b/examples/shape.c @@ -94,6 +94,7 @@ static void Polygon_drop(Shape* shape) c_self(shape, Polygon); puts("drop poly"); PVec_drop(&self->points); + Shape_drop(self); } static void Polygon_draw(const Shape* shape) -- cgit v1.2.3