Opened 20 years ago
Closed 20 years ago
#91 closed patch (fixed)
deallocate memory in mythcommflag/ClassicCommDetector.cpp
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
patch deletes memory that is allocated in ClassicCommDetector::Init().
Attachments (1)
Change History (2)
Changed 20 years ago by
Attachment: | mythcommflag-free.diff added |
---|
comment:1 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6800]) Patch from Jim Westfall to fix several leaks in the mythcommflag program. Use av_free instead of free in a few places.
Closes #91.