<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yair,<div>Is this the fix for memory leak in regular macosx vout,  or the tab overlay problem?</div><div>I modified the codes based on 1.0.3 source but I still have the problem, I have to add for some reason I cant switch back to regular macosx it still says minimal_macosx module is used.</div><div>I have modified the vlcplugin.cpp file line 102 to:</div><div>would you please let me know if I need to change something else as well.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; color: rgb(0, 116, 0); "><font class="Apple-style-span" color="#000000"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; color: rgb(0, 116, 0); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre">    </span></span>//ppsz_argv[ppsz_argc++] = "--vout=minimal_macosx";</div><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 14px; "><span class="Apple-tab-span" style="white-space:pre">   </span>ppsz_argv[ppsz_argc++] = <span style="color: #c41a16">"--vout=macosx"<span class="Apple-style-span" style="color: rgb(0, 0, 0); ">;</span></span></span></div><div><font class="Apple-style-span" face="Monaco" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="4"><span class="Apple-style-span" style="font-size: 14px;">Regard</span></font></div><div><font class="Apple-style-span" face="Monaco" size="4"><span class="Apple-style-span" style="font-size: 14px;">-sh</span></font></div><div><font class="Apple-style-span" face="Monaco" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br></span></font></div></body></html>