mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
sectionsd: fix memleak with unused events
Origin commit data
------------------
Commit: 3ea3f17460
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
This commit is contained in:
@@ -433,6 +433,7 @@ xprintf("addEvent: ch %012" PRIx64 " running %d (%s) got_CN %d\n", evt.get_chann
|
||||
continue;
|
||||
/* else: keep the old event with the lower table_id */
|
||||
unlockEvents();
|
||||
delete eptr;
|
||||
return;
|
||||
}
|
||||
if ((*x)->times.begin()->startzeit >= end_time)
|
||||
@@ -448,6 +449,7 @@ xprintf("addEvent: ch %012" PRIx64 " running %d (%s) got_CN %d\n", evt.get_chann
|
||||
dprintf("%s: don't replace 0x%012" PRIx64 ".%02x with 0x%012" PRIx64 ".%02x\n",
|
||||
__func__, x_key, (*x)->table_id, e_key, e->table_id);
|
||||
unlockEvents();
|
||||
delete eptr;
|
||||
return;
|
||||
}
|
||||
/* SRF special case: advertising is inserted with start time of
|
||||
|
Reference in New Issue
Block a user