swami / libinstpatch

Instrument file software library.
Other
20 stars 6 forks source link

Add deinitialization function ipatch_deinit() #40

Closed jjceresa closed 4 years ago

jjceresa commented 4 years ago

The new function ipatch_deinit()is incorporated in ipatch_close() function API.

Note: ipatch_deinit() has been incorporated inipatch_close()because ipatch_close() is already a function API. This avoid changing actual version number.

jjceresa commented 4 years ago

I guess we should also call it in Swami

Yes, the same thing will be done in libswami and libswamigui (this is currently in progress).

derselbst commented 4 years ago

Perfect, thanks!