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 committed by Mike Blumenkrantz
parent ca3e4460e5
commit fb7fce8935
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);
}
}
}