score.c: Use the new OSL_DONT_FREE flag for the aft column.
authorAndre Noll <maan@systemlinux.org>
Fri, 2 Nov 2007 00:00:42 +0000 (01:00 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 2 Nov 2007 00:00:42 +0000 (01:00 +0100)
commitdebe0b5737118f7f1806cc133e81549d88340bfd
tree0d03dd35d8411cd527679be20ce995a11917d774
parentd237ec8d2fc5a697f4fa36832cfd6a037a8db7e6
score.c: Use the new OSL_DONT_FREE flag for the aft column.

The score tables stores in one of its columns a pointer to
a row in the audio file table. This means for each admissible
file we're allocating space for a void* pointer to store the
aft pointer.

It's simpler and probably faster to store the afs pointer directly,
but of course that pointer must not be freed by the osl.
score.c