Opened 11 years ago

Closed 11 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 Changed 11 years ago by JYA

In 3fca29200ffff4ce8e6cc43268259dd23309f1ea:

properly set metadatafactoryobject parent, so it gets deleted when its parent is deleted

comment:2 Changed 11 years ago by JYA

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 Changed 11 years ago by JYA

Milestone: unknown0.27
Resolution: Fixed
Status: newclosed
Version: UnspecifiedMaster Head
Note: See TracTickets for help on using tickets.