2022-05-01 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlibrary(1) that threw a segfault when
	when opening the 'Edit Audio' dialog when attempting to view multiple
	cuts within the same cart.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-05-01 12:56:22 -04:00
parent dd991ebe0d
commit 23fcc6e4b7
2 changed files with 5 additions and 0 deletions

View File

@ -23021,3 +23021,7 @@
* Fixed a regression in rdairplay(1) that caused all of the button
labels in the Button Log widget to be initialized with a black
background.
2022-05-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that threw a segfault when
when opening the 'Edit Audio' dialog when attempting to view multiple
cuts within the same cart.

View File

@ -805,6 +805,7 @@ void RDMarkerView::clear()
d_marker_menu_used=false;
d_selected_markers[0]=RDMarkerHandle::LastRole;
d_selected_markers[1]=RDMarkerHandle::LastRole;
d_cursor=NULL; // Storage is automatically freed by QGraphicsScene
}