<div dir="ltr">The dir_GetMacFileTypeAndCreator is not being removed<br>The @autoreleasepool  is being removed as the VM was converted to ARC and having an auto-release pool to ensure memory is freed isn&#39;t required for the file api wrappers in sqSqueakFileDirectoryInterface as the reference counting GC logic is disposing of the temporary NSStrings as part of cleanup when they go out of scope. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 3, 2015 at 3:12 PM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 03.05.2015, at 23:57, <a href="mailto:commits@squeakvm.org">commits@squeakvm.org</a> wrote:<br>
<br>
&gt;        */<br>
&gt; -    @autoreleasepool {<br>
&gt;     sqInt status = [gDelegateApp.squeakApplication.fileDirectoryLogic dir_GetMacFileTypeAndCreator: filename<br>
&gt;                                                                                           fileNameSize: filenameSize<br>
&gt;                                                                                                  fType: fType<br>
&gt;                                                                                               fCreator: fCreator];<br>
&gt;       return status;<br>
&gt; -    }<br>
&gt; }<br>
<br>
</span>Erm, why are these removed?<br>
Best regards<br>
<span class="HOEnZb"><font color="#888888">        -Tobias</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">===========================================================================<br>John M. McIntosh &lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt; <a href="https://www.linkedin.com/in/smalltalk" target="_blank">https://www.linkedin.com/in/smalltalk</a><br>===========================================================================<br></div></div>
</div>