Menu

#5 memory allocation/deallocation

open
nobody
None
5
2005-05-05
2005-05-05
Anonymous
No

In many places at code is allocated memory, which is not
deallocated.
for example in book_parse_sheets, there is a line
r = record_get(book); in record_get there is a memory
allocation for the record, but later nowhere (just I didn't
found the place where) the memory is freed, this would lead
to a memmory leaks.

Discussion


Log in to post a comment.

Auth0 Logo