From 1c90bf55b1874a2dec07eb6f2cacd623700859bd Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 1 May 2023 18:07:53 -0400 Subject: Fix memory leak and NULL-check error --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e3dd7f6..cd68208 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/c,macos,windows,linux,c +build/ -- cgit v1.2.3