Skip to content

Commit

Permalink
fixing memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jun 28, 2024
1 parent d3e805e commit 0286826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _ci_tdd/test_files/test_main_miunit.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/09 19:06:12 by umeneses #+# #+# */
/* Updated: 2024/06/28 12:26:56 by umeneses ### ########.fr */
/* Updated: 2024/06/28 12:46:53 by umeneses ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -1930,6 +1930,7 @@ MU_TEST(test_lst_gotoend_head_and_beforeend)
mu_assert_int_eq(expected_bottom, actual_bottom);
mu_assert_int_eq(expected_size, actual_size);
ft_lstclear_single_ptr(stack);
ft_lstclear_single_ptr(actual_ptr);
}

MU_TEST(test_lst_addto_end)
Expand Down

0 comments on commit 0286826

Please sign in to comment.