jackaudio / jack1

jack1 codebase
Other
250 stars 71 forks source link

fix wrong malloc size #104

Closed mdionisio closed 3 years ago

mdionisio commented 3 years ago

probably the code now works only because in lot architecture sizeof(unsigned long *) >= sizeof(unsigned long)

falkTX commented 3 years ago

Makes sense, thanks