fjricci added a comment.

When we pass the `FILE*` to `SetImmediateOutputFile`, it then generates a new 
`File` from this `FILE*`, but doesn't take ownership, because the 
transfer_ownership flag is always false. And the `File` destructor only closes 
files if it has ownership of the `FILE*`.


http://reviews.llvm.org/D18459



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to