Opened 19 years ago
Closed 19 years ago
#3241 closed patch (invalid)
VideoListImp::Delete() doesn't delete entry from m_metadata_tree
| Reported by: | anonymous | Owned by: | Anduin Withers |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythvideo | Version: | head |
| Severity: | medium | Keywords: | delete |
| Cc: | Ticket locked: | no |
Description
VideoListImp::Delete() only deletes the entry from m_metadata and not m_metadata_tree. This will lead to SEGV errors with tree views, since the data structures are no longer in sync.
(I'm deleting entries from from tree views because I've updated VideoTree to process DELETE actions. I'll be posting that patch later. ;-)
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | videolist.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Submit both at the same time, there is no reason to do this currently.
Note:
See TracTickets
for help on using tickets.

videolist.cpp patch