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