in buttons.gtk in function button() str(param) allocate memory for a string but no reference to that pointer is kept so it will never be freed. Shoulded this pointer be freed immedialety after the function call as it no more needed I think?
Log in to post a comment.