<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">블로그를 후리자: 사파리4-에서의-try-finally-사용시-문제에 달린 최근 댓글/트랙백 목록</title>
  <id>http://hooriza.com/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://hooriza.com/" />
  <subtitle type="html">2009년 후리자는 날아간다</subtitle>
  <updated>2010-03-17T02:21:26+09:00</updated>
  <generator>Textcube 1.7.6 : Staccato</generator>
  <entry>
    <title type="html">denzels님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://hooriza.com/1843#comment10176" />
    <author>
      <name>(denzels)</name>
    </author>
    <id>http://hooriza.com/1843#comment10176</id>
    <published>2009-04-30T18:05:56+09:00</published>
    <summary type="html">지금까지 그래왔다는건 제쳐두고 
null이 반환되는게 맞는거 아닌가? -_-

finally이 가장 마지막에 무조건 실행되는 건데 정상적으로 
값을 넘기는게 말이 되나..????

반환값을 같은 위치에서 null 처리하는 것도 상당히 골 때리네</summary>
  </entry>
  <entry>
    <title type="html">후리자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://hooriza.com/1843#comment10702" />
    <author>
      <name>(후리자)</name>
    </author>
    <id>http://hooriza.com/1843#comment10702</id>
    <published>2009-06-11T14:10:52+09:00</published>
    <summary type="html">정식 나오면서 수정 된 듯. 잇힝.</summary>
  </entry>
  <entry>
    <title type="html">후리자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://hooriza.com/1843#comment10179" />
    <author>
      <name>(후리자)</name>
    </author>
    <id>http://hooriza.com/1843#comment10179</id>
    <published>2009-04-30T23:50:23+09:00</published>
    <summary type="html">return 구문을 쓸 당시에는 aRet 이 [1,2,3] 이었으니 함수가 [1,2,3] 을 리턴하는게 정상아닐까요;
IE 같은 경우 함수 내에 closure 가 있는 경우m 함수를 빠져나가서 aRet 같은 변수가 더 이상 필요 없는 경우에도 제대로 메모리가 해제 되질 않아서 이에 null 을 할당해서 명시적으로 참조를 끊어줘야 하는데, 그 해제 해야 하는 값을 리턴하고 싶은 경우에는 return 한 이후에 null 을 할당할 정상적인 방법이 없기 때문에 저렇게 finally 을 사용한 꽁수(?)를 쓰는 걸로 알고 있어요~</summary>
  </entry>
</feed>
