Oddly, finishing a sample doesn't require a sample

So let's not pass it around

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-01-04 22:01:02 -08:00
parent 854391419f
commit 1d6903c65a
5 changed files with 6 additions and 6 deletions

View file

@ -1104,7 +1104,7 @@ static void sample_end(void)
if (!dive)
return;
finish_sample(dive, sample);
finish_sample(dive);
sample = NULL;
}