It appears that parser->meta.bytes was added so it would be pointing to the "payload" (the bytes that contain the meta event data, with the specified variable data length). However, no code so far actually set this pointer so that it was always NULL. This pull request fixes this and actually sets it.
If I misunderstood the intended use of bytes then please do not merge this, only if I actually guessed it correctly.
It appears that
parser->meta.bytes
was added so it would be pointing to the "payload" (the bytes that contain the meta event data, with the specified variable data length). However, no code so far actually set this pointer so that it was alwaysNULL
. This pull request fixes this and actually sets it.If I misunderstood the intended use of
bytes
then please do not merge this, only if I actually guessed it correctly.