daokoder / dao-modules

Dao Standard Modules
http://daovm.net
12 stars 5 forks source link

Minor: possible memory leaks #61

Closed dumblob closed 9 years ago

dumblob commented 9 years ago

If I didn't miss anything, DaoProcess_RaiseError() calls e.g. in PIPE_New() are not accompanied by any stream free/GC_decrement. The same holds for self in DaoIO_Open().

Night-walker commented 9 years ago

Fixed DaoIO_Open(). PIPE_New() is OK, because the value is handed to the DaoProcess first.