Skip to content

drm-atomic: fix allocation size

Eric Engestrom requested to merge (removed):fix-alloc-size into master

props_info happens to be of type drmModePropertyRes ** so sizeof(props_info) == sizeof(*props_info), so we didn't notice, but the compiler did.

Merge request reports