Skip to content
Commit 6c111e16 authored by Colin Walters's avatar Colin Walters
Browse files

function: Add a missing break;, close memory leak for inout arrays

The transfer change for INOUT arguments was wrong; we don't want it to
be EVERYTHING since then the release code assumes that the C function
took ownership.  Make it NOTHING to "trick" the release into releasing
our temporary.
parent b806fc07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment