Merge pull request #734 from TechAUmNu/fix_double_pulse

Free mcconf after double pulse test
This commit is contained in:
Benjamin Vedder 2024-06-18 14:09:56 +02:00 committed by GitHub
commit 5dde8f3dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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