mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that could throw a segfault when encountering an error in ripping a CD. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23241,3 +23241,6 @@
|
||||
incorrect.
|
||||
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added CD-Text support to rdlibrary(1).
|
||||
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlibrary(1) that could throw a segfault when
|
||||
encountering an error in ripping a CD.
|
||||
|
@@ -151,7 +151,6 @@ void RDDiscLookup::lookup()
|
||||
"\n["+QString::fromUtf8(discid_get_error_msg(lookup_disc))+"]");
|
||||
discid_free(lookup_disc);
|
||||
lookup_disc=NULL;
|
||||
discid_free(lookup_disc);
|
||||
return;
|
||||
}
|
||||
discRecord()->setDiscId(QString(discid_get_freedb_id(lookup_disc)).toUInt(NULL,16));
|
||||
|
Reference in New Issue
Block a user