The abort_if_not_full_device does not free the memory allocated by strdup for fdevname before it returns or reallocates with the second strdup.
Not a real issue with anything. The memory involved is tiny, and everything is freed when the program exits.
Log in to post a comment.
Not a real issue with anything. The memory involved is tiny, and everything is freed when the program exits.