mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libtriple: fix memory allocation size
This commit is contained in:
@@ -89,7 +89,7 @@ cDemux::cDemux(int n)
|
|||||||
else
|
else
|
||||||
num = n;
|
num = n;
|
||||||
fd = -1;
|
fd = -1;
|
||||||
pdata = calloc(1, sizeof(pdata));
|
pdata = calloc(1, sizeof(dmx_pdata));
|
||||||
P->measure = false;
|
P->measure = false;
|
||||||
P->last_measure = 0;
|
P->last_measure = 0;
|
||||||
P->last_data = 0;
|
P->last_data = 0;
|
||||||
|
Reference in New Issue
Block a user