halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

fix: fix memory leaks in `ReceiveArray` style array parameters #384

Closed halildurmus closed 7 months ago

halildurmus commented 7 months ago

Description

Fixes memory leaks in ReceiveArray style array parameters.

Related Issue

None

Type of Change