libdrm/radeon: Update head of linked list not to point freed memory.

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
This commit is contained in:
Pauli Nieminen 2009-08-07 20:03:26 +03:00 committed by Alex Deucher
parent 28f4bfa04b
commit 64cef1e465

View file

@ -137,4 +137,5 @@ void radeon_tracker_print(struct radeon_tracker *tracker, FILE *file)
track = track->next;
free(tmp);
}
tracker->tracks.next = NULL;
}