🔨」 fix: corrected leak

This commit is contained in:
2025-04-22 15:43:37 +02:00
parent 701401f559
commit b660b02351

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */
/* Updated: 2025/04/22 15:39:43 by adjoly ### ########.fr */
/* Updated: 2025/04/22 15:43:21 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -65,5 +65,6 @@ int main(int ac, char **av) {
webserv::Server *serv = new webserv::Server(conf);
delete serv;
delete _log;
delete conf;
}