Fixed a possible crash in case replay is started and stopped in rapid sequence

This commit is contained in:
Klaus Schmidinger
2020-05-18 16:47:29 +02:00
parent dd9dd76722
commit 196785ff05
7 changed files with 92 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: config.h 4.16 2019/06/16 09:13:45 kls Exp $
* $Id: config.h 4.17 2020/05/18 16:47:29 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
#define VDRVERSION "2.4.1"
#define VDRVERSNUM 20401 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "2.4.2"
#define VDRVERSNUM 20402 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
#define APIVERSION "2.4.1"
#define APIVERSNUM 20401 // Version * 10000 + Major * 100 + Minor
#define APIVERSION "2.4.2"
#define APIVERSNUM 20402 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to