commit fef86627064b0ff16dc87352c3777c35a1fe8f94
parent 2f198dcdd76acabb0da5d47dd0ed9349e021dec0
Author: Remy Noulin <loader2x@gmail.com>
Date: Thu, 5 Jan 2023 22:57:11 +0200
remove double free
sparline.c | 1 -
1 file changed, 1 deletion(-)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sparline.c b/sparline.c
@@ -308,7 +308,6 @@ bool getPage(char *hostname, char *ports, char *path, size_t content_length, voi
memcpy(redirectPath, buf+2, cursor - buf - 2);
redirectPath[cursor - buf - 2] = 0;
path = redirectPath;
- free(page);
goto openSocket;
}