On 15 August 2015 at 14:35, Carlos Tangerino <carlos.tangerino at gmail.com> wrote: > > The variable nDummy is not initialized *(1)* in the function but its > pointer *(2)* is passed to *vdbePmaReaderInit* that increments *(3)* its > value. >
nDummy is never used after vdbePmaReaderInit though, so it doesn't really matter that its value is undefined, right? -Rowan

