mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 15:58:03 +02:00
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:
parent
28f4bfa04b
commit
64cef1e465
1 changed files with 1 additions and 0 deletions
|
|
@ -137,4 +137,5 @@ void radeon_tracker_print(struct radeon_tracker *tracker, FILE *file)
|
|||
track = track->next;
|
||||
free(tmp);
|
||||
}
|
||||
tracker->tracks.next = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue