mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings()
This commit is contained in:
parent
a9f1297022
commit
db1ca2c854
1
HISTORY
1
HISTORY
@ -8217,3 +8217,4 @@ Video Disk Recorder Revision History
|
||||
taken into account when regenerating the index of a recording.
|
||||
- Fixed adding new source types in case they are already registered (reported by Rolf
|
||||
Ahrenberg).
|
||||
- Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings().
|
||||
|
3
menu.c
3
menu.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.c 3.20 2014/02/26 11:23:28 kls Exp $
|
||||
* $Id: menu.c 3.21 2014/03/09 13:03:10 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@ -2597,7 +2597,6 @@ cMenuRecordings::cMenuRecordings(const char *Base, int Level, bool OpenSubMenus,
|
||||
|
||||
cMenuRecordings::~cMenuRecordings()
|
||||
{
|
||||
helpKeys = -1;
|
||||
free(base);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user