ecore-drm2: Free stringshare for relative output during output_free

When we destroy a given output, we should be freeing the
eina_stringshare for relative.to

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2018-02-27 09:22:04 -05:00
parent fc4f66c6c2
commit 72b192c012
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ _output_destroy(Ecore_Drm2_Device *dev EINA_UNUSED, Ecore_Drm2_Output *output)
eina_stringshare_del(output->make);
eina_stringshare_del(output->model);
eina_stringshare_del(output->serial);
eina_stringshare_del(output->relative.to);
sym_drmModeFreeProperty(output->dpms);
free(output->edid.blob);