7eafab7304
When initializing a property we loop through the drmModeObjectProperties object and search for the property by its name. Once found we create the Property object and there should be not another one with the same name afterwards. In any case we would leak memory. Therefore just directly return once the property was found. This gives us the added benefit that we can put out a warning in case the property was not found in the loop, what should not happen with the properties we use. |
||
---|---|---|
.. | ||
drm | ||
fbdev | ||
hwcomposer | ||
virtual | ||
wayland | ||
x11 | ||
CMakeLists.txt |