have to free the array pointer too!

leak--


SVN revision: 72066
This commit is contained in:
Mike Blumenkrantz 2012-06-13 07:15:27 +00:00
parent 0dcd7771d4
commit 7b654c6438
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ _structs_init(void)
e_randr_screen_info.rrvd_info.randr_info_12->modes = eina_list_append(e_randr_screen_info.rrvd_info.randr_info_12->modes, modes[nmodes]);
}
free(modes);
_outputs_init();
_crtcs_init();