Opened 12 years ago
Closed 12 years ago
#11754 closed Bug Report - General (Fixed)
libmythmetadata leaks and never delete allocated objects
Reported by: | JYA | Owned by: | JYA |
---|---|---|---|
Priority: | major | Milestone: | 0.27 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This ticket is to track the changes done to libmythmetadata to fix the various leaks
libmythmetadata do not delete its allocated objects nor kill any running threads.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
In metadatafactory.cpp The various MetadataLookup object passed around threads are never deleted by anyone.
They are passed within the MetadataFactory*Result , are being referenced but not deleted once the QEvent is deleted (Which happens automatically after a postEvent)
comment:3 by , 12 years ago
Milestone: | unknown → 0.27 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Version: | Unspecified → Master Head |
Note:
See TracTickets
for help on using tickets.
In 3fca29200ffff4ce8e6cc43268259dd23309f1ea:
properly set metadatafactoryobject parent, so it gets deleted when its parent is deleted