fix: fixing memory & fd leaks

This commit is contained in:
Raphael 2025-03-19 20:30:50 +01:00
parent 5720cbd635
commit 1b83e7a47a
4 changed files with 13 additions and 9 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/19 19:43:54 by rparodi #+# #+# */
/* Updated: 2025/03/19 20:17:55 by rparodi ### ########.fr */
/* Updated: 2025/03/19 20:29:37 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,6 +20,8 @@
#include "ShrubberyCreationForm.hpp"
class Intern {
private:
Form *_ptr;
public:
Intern();
Intern(Intern const & copy);