mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-01-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a memory leak in 'RDLogListModel'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20766,3 +20766,5 @@
|
||||
2021-01-07 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Restored support for scheduling cuts by specified order in
|
||||
the 'Edit Cut' dialog in rdlibrary(1).
|
||||
2021-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a memory leak in 'RDLogListModel'.
|
||||
|
@@ -212,6 +212,7 @@ void RDLogListModel::refresh(int row)
|
||||
updateRow(row,q);
|
||||
emit dataChanged(createIndex(row,0),createIndex(row,columnCount()));
|
||||
}
|
||||
delete q;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user