<br><div class="gmail_quote">On Tue, Aug 25, 2009 at 8:43 AM, Paul Edwards <span dir="ltr"><<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1r" class="ii gt">Is there a reason why Delete is called before GetExtentType? Or is this a bug? (although it doesn't crash on me....)<br></div></blockquote></div><br><span class="Apple-style-span" style="border-collapse: collapse; ">SetPipelineInformation will cause the information object to increment the reference count of the data object. Thus calling Delete will safely decrement the reference count without yet releasing the memory (this matches the reference created by NewInstance()). This is necessary or else a reference will be floating and the object will never be deleted.</span><div>
<span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">Jeff<br clear="all"></span><br>
</div>