| 12345678910111213141516171819 |
- commit 55fca52c45c820244147bfb3a54bd9801635974e
- Author: Oliver Fabel <28701799+ofabel@users.noreply.github.com>
- Date: Fri Sep 27 18:28:37 2024 +0200
- library update
- diff --git a/mp_flipper_runtime.c b/mp_flipper_runtime.c
- index fe4b12af5..b5c0f329c 100644
- --- a/mp_flipper_runtime.c
- +++ b/mp_flipper_runtime.c
- @@ -32,6 +32,8 @@ void mp_flipper_init(void* heap, size_t heap_size, size_t stack_size, void* stac
- }
-
- void mp_flipper_deinit() {
- + gc_sweep_all();
- +
- mp_deinit();
-
- mp_flipper_context_free(mp_flipper_context);
|