From 196a7a33b8c0322fb86da48edd53c1de7a5ec651 Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 9 Apr 2025 12:36:34 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20fixed?= =?UTF-8?q?=20some=20things.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex03/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ex03/main.cpp b/ex03/main.cpp index 03f8a1e..6e49f96 100644 --- a/ex03/main.cpp +++ b/ex03/main.cpp @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/23 14:01:11 by adjoly #+# #+# */ -/* Updated: 2025/04/03 15:51:43 by adjoly ### ########.fr */ +/* Updated: 2025/04/09 12:29:37 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ @@ -59,4 +59,5 @@ int main(void) { } std::cout << knl << std::endl; + delete s; }