From fd0da26f83b51ea098c643a0cf6d5ef26f269f6b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 4 Jun 2024 12:24:29 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c440dde..b0ba03d 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,6 @@ If a release build is desired, use `cmake -S -B buildRelease Since this is relatively newly written software (as of middle of 2024), there might be a memory leak within this software when keeping track of memory. Thus, -this software may be revised later on. +this software may be revised later on. If you are interested in verifying +whether there is a memory leak or not, you may check the source and submit an +issue/pull-request if there is any discovered issue with the software.