commit c14bbfb
Devin J. Pohly
·
2020-08-01 18:59:21 +0000 UTC
parent 1fe3b4d
shm: remember to free struct on destroy
1 files changed,
+1,
-0
+1,
-0
1@@ -256,4 +256,5 @@ shm_destroy(struct swc_shm *shm)
2 wl_global_destroy(shm->global);
3 wld_destroy_renderer(shm->renderer);
4 wld_destroy_context(shm->context);
5+ free(shm);
6 }