mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 08:04:12 +01:00 
			
		
		
		
	2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that could cause a segfault when merging a log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
		@@ -23247,3 +23247,6 @@
 | 
			
		||||
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
 | 
			
		||||
	* Added icons to the CD rippers in rdlibrary(1) to indicate the
 | 
			
		||||
	provenance of detected metadata.
 | 
			
		||||
2022-09-06 Fred Gleason <fredg@paravelsystems.com>
 | 
			
		||||
	* Fixed a bug in rdlogmanager(1) that could cause a segfault when
 | 
			
		||||
	merging a log.
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
//
 | 
			
		||||
// Abstract a Rivendell Log Manager Event
 | 
			
		||||
//
 | 
			
		||||
//   (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
 | 
			
		||||
//   (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
 | 
			
		||||
//
 | 
			
		||||
//   This program is free software; you can redistribute it and/or modify
 | 
			
		||||
//   it under the terms of the GNU General Public License version 2 as
 | 
			
		||||
@@ -1126,9 +1126,11 @@ bool RDEventLine::linkLog(RDLogModel *e,RDLog *log,const QString &svcname,
 | 
			
		||||
    //
 | 
			
		||||
    // Apply Leading Event Values
 | 
			
		||||
    //
 | 
			
		||||
    logline->setGraceTime(grace_time);
 | 
			
		||||
    logline->setTimeType(time_type);
 | 
			
		||||
    logline->setTransType(trans_type);
 | 
			
		||||
    if(logline!=NULL) {
 | 
			
		||||
      logline->setGraceTime(grace_time);
 | 
			
		||||
      logline->setTimeType(time_type);
 | 
			
		||||
      logline->setTransType(trans_type);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    //
 | 
			
		||||
    // Clear Leading Event Values
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user