asb2m10 / jsusfx

Opensource Jesusonic FX implementation
Other
69 stars 13 forks source link

file-handle leak #5

Closed umlaeute closed 8 years ago

umlaeute commented 8 years ago

open_via_path() returns an opened file-handle on success. this file-handle must be closed if it is no longer used (else the system will stop opening new files after a while).