Skip to content
Snippets Groups Projects
Commit d263a9c1 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by François Cartegnie
Browse files

kms: fix memory leak

parent 85891915
No related branches found
No related tags found
1 merge request!893Split KMS into window module and fix current behaviour
......@@ -331,6 +331,7 @@ static bool ChromaNegotiation(vout_display_t *vd)
}
}
drmModeFreePlane(plane);
drmModeFreeObjectProperties(props);
} else {
msg_Err(vd, "Couldn't get list of DRM formats");
drmModeFreePlaneResources(plane_res);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment