The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/prober: Free builders list

+2
+2
src/xrt/state_trackers/prober/p_prober.c
··· 585 585 xrt_builder_destroy(&p->builders[i]); 586 586 } 587 587 p->builder_count = 0; 588 + free(p->builders); 589 + p->builders = NULL; 588 590 589 591 // Clean up all auto_probers. 590 592 for (int i = 0; i < XRT_MAX_AUTO_PROBERS && p->auto_probers[i]; i++) {