diff --git a/lib/src/bindings_player_ffi.dart b/lib/src/bindings_player_ffi.dart index afdf1f22..762a6b22 100644 --- a/lib/src/bindings_player_ffi.dart +++ b/lib/src/bindings_player_ffi.dart @@ -101,10 +101,9 @@ class FlutterSoLoudFfi { void _voiceEndedCallback(ffi.Pointer handle) { _log.fine(() => 'VOICE ENDED EVENT handle: ${handle.value}'); voiceEndedEventController.add(handle.value); - // Must free a pointer made on cpp. On Windows this must be freed + // Must free a pointer made on cpp. On Windows this must be freed // there and cannot use `calloc.free(...)` nativeFree(handle.cast()); - } /// Controller to listen to file loaded events.