CNMAT / libo

10 stars 4 forks source link

memory handling naming scheme #5

Closed ramagottfried closed 3 years ago

ramagottfried commented 9 years ago

Maybe it could be useful to somehow identify functions that allocate memory which needs to be freed later? Right now it's hard to tell looking at the API without looking at the specifics in the .c code or finding example code. (I just updated my o.table sorting object and had to look a bunch things up for the new version of libo)