mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 13:18:33 +08:00
7e4a0d01fb1969bf02f564dcff1baf8cd006260b
The "cannot be null" attibute is applied to a parameter if and only if it is in-only. widl: Fix the conditions under which array freeing code is output. It doesn't matter whether or not the array is declared as a pointer or is declared using array subscripts - the array is still allocated by the unmarshalling function and so needs to be freed. <rob at codeweavers.com> svn path=/trunk/; revision=31854
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%