Free mcconf after double pulse test

This commit is contained in:
Euan Mutch 2024-06-18 11:06:56 +01:00 committed by GitHub
parent c9dbe942e0
commit 1d80914a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -482,6 +482,7 @@ static void terminal_cmd_doublepulse(int argc, const char** argv)
break; break;
} }
commands_printf("Done"); commands_printf("Done");
mempools_free_mcconf(mcconf);
return; return;
} }

View File

@ -460,5 +460,6 @@ static void terminal_cmd_doublepulse(int argc, const char** argv)
break; break;
} }
commands_printf("Done"); commands_printf("Done");
mempools_free_mcconf(mcconf);
return; return;
} }

View File

@ -489,5 +489,6 @@ static void terminal_cmd_doublepulse(int argc, const char** argv)
break; break;
} }
commands_printf("Done"); commands_printf("Done");
mempools_free_mcconf(mcconf);
return; return;
} }

View File

@ -558,5 +558,6 @@ static void terminal_cmd_doublepulse(int argc, const char** argv)
break; break;
} }
commands_printf("Done"); commands_printf("Done");
mempools_free_mcconf(mcconf);
return; return;
} }