memory fixes

This commit is contained in:
2025-02-10 12:00:39 -05:00
parent a54d309fbf
commit 632bc6d47f
9 changed files with 82 additions and 59 deletions
+4 -3
View File
@@ -18,9 +18,10 @@ void init(Context* ctx)
}
// void deinit(Context* ctx)
// {
// }
void deinit(Context* ctx)
{
// Nothing for now
}
////////////////////////////////
//~ rjf: Message Type Functions
+1 -1
View File
@@ -271,7 +271,7 @@ nil_node()
// the metadesk os runtime provided entry_point interface
MD_API void init(Context* ctx);
// MD_API void deinit(Context* ctx);
MD_API void deinit(Context* ctx); // Does nothing for now.
////////////////////////////////
//~ rjf: Message Type Functions