🐛 fix native file sink lifecycle behavior

This commit is contained in:
Nanaloveyuki
2026-06-14 12:55:29 +08:00
parent 159f534164
commit 31f06f5724
15 changed files with 110 additions and 39 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdint.h>
int32_t bitlogger_pointer_is_null(void *ptr) {
return ptr == 0;
}