1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-10-04 15:20:07 +00:00

Moved vendor sources to lib/vendor

This commit is contained in:
2022-02-17 17:38:34 -06:00
parent 4e928464bd
commit fb731cfe48
5 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ int main(int argv, char **argc) {
laikaT_pollTasks(&tService);
}
laikaT_cleanTaskService(&tService);
laikaC_freeCNC(cnc);
LAIKA_DEBUG("cnc killed\n");
return 0;