From c936313c4c69b0cd29ca9c2ee89153bb79d951a9 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 18 Jan 2021 04:40:21 +0100 Subject: [PATCH] doc: make it clear that autofree is not used by default until 0.3 --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 5785c217e9..ec5507c7d7 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -2622,7 +2622,7 @@ For developers willing to have more low level control, autofree can be disabled memory manually. Note: right now autofree is hidden behind the -autofree flag. It will be enabled by -default in V 0.3. +default in V 0.3. If autofree is not used, V programs will leak memory. For example: