mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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>
|
2021-01-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Restored support for scheduling cuts by specified order in
|
* Restored support for scheduling cuts by specified order in
|
||||||
the 'Edit Cut' dialog in rdlibrary(1).
|
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);
|
updateRow(row,q);
|
||||||
emit dataChanged(createIndex(row,0),createIndex(row,columnCount()));
|
emit dataChanged(createIndex(row,0),createIndex(row,columnCount()));
|
||||||
}
|
}
|
||||||
|
delete q;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user