From 5f7e4ce0f8aa3862759f3b69928c5dd70538896d Mon Sep 17 00:00:00 2001 From: Shubham Vasudeo Desai Date: Sat, 5 Oct 2024 18:46:22 -0400 Subject: [PATCH] fix resource leak --- vector/v.to.db/update.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/v.to.db/update.c b/vector/v.to.db/update.c index 7f1fce529ce..972fd6be93e 100644 --- a/vector/v.to.db/update.c +++ b/vector/v.to.db/update.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "global.h" static int srch(const void *, const void *);