aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorTobias Predel <tobias.predel@gmail.com>2023-05-14 16:29:21 +0200
committerTobias Predel <tobias.predel@gmail.com>2023-05-14 17:50:08 +0200
commite449c1dec877d8d33286f497e7f7db07bbbfb87e (patch)
tree76d1d42a3a4ef12e112b938c21bbc74b48673520 /util
parent10dd41669492f7582c26bd3989536a66278df75d (diff)
wlr_drm_format_set_copy: Do not allocate heap
Address Sanitizer reported two memory leaks because of fmt not being freed in wlr_drm_format_set_copy. This commit fixes the memory leak by removing the allocation to the heap. The struct is allocated to the stack anyway.
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions