summaryrefslogtreecommitdiffstats
path: root/src/m_funptr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_funptr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_funptr.c b/src/m_funptr.c
index 3bd0969..2fdf4d1 100644
--- a/src/m_funptr.c
+++ b/src/m_funptr.c
@@ -32,6 +32,6 @@ void
msh->bu_ptr[7] = b_type;
if (!(msh->bu_ref = ft_split(FT_BUILTINS, '|')))
{
- f_fail_alloc(msh);
+ f_alloc_and_destroy_msh(msh);
}
}