remove potential double free

This commit is contained in:
Andy Williams 2018-05-15 14:47:36 +01:00
parent 767c211e70
commit 114873c545
1 changed files with 0 additions and 1 deletions

View File

@ -3562,7 +3562,6 @@ _ecore_evas_x_screen_dpi_get(const Ecore_Evas *ee, int *xdpi, int *ydpi)
if (!out)
{
norandr:
if (out) free(out);
scdpi = ecore_x_dpi_get();
if (xdpi) *xdpi = scdpi;
if (ydpi) *ydpi = scdpi;