e comp randr support - fix leak of randr info

this fixes case where randr info is not freed

@fix
This commit is contained in:
Carsten Haitzler 2015-12-07 19:51:41 +09:00
parent de269f4711
commit 3c1588efa2
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ e_comp_x_randr_config_apply(void)
ecore_x_randr_crtc_info_free(info);
break;
}
ecore_x_randr_crtc_info_free(info);
}
}
}