-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-07-03 15:40, IOhannes m zmoelnig wrote:
Pd-0.43 introduced sys_close() in order to have the same CRT implementation open and close the file.
prior version of Pd lack this function and therefore there a number of file-handle leakage bugs were reported.
sp the workaround is actually to use open_via_path() to get the full patch of the file you want to open, sys_close() the filehandle and then use the full-path to open the file yourself.
fgmasdr IOhannes