From 7e3d9013f2ff9291970339df66a18ad9343ed433 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Mon, 28 May 2018 06:01:02 +0000 Subject: [PATCH] Remove unnecessary free(string) from EXAMPLES. Reported by: se --- lib/libc/string/strsep.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 3013fb3b313e..e888ecfaa850 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -91,7 +91,6 @@ if (string != NULL) printf("%s\en", token); free(tofree); -free(string); .Ed .Pp The following uses