Rui Matos 82bdd1e353 monitor-manager: Fix the max potential number of logical monitors
The max potential number of logical monitors (i.e. MetaMonitorInfos)
is the number of CRTCs, not the number of outputs.

In cases where we have more enabled CRTCs than connected outputs we
would end up appending more MetaMonitorInfos to the GArray than the
size it was initialized with which means the array would get
re-allocated rendering invalid some MetaCRTC->logical_monitor pointers
assigned previously and thus ending in crashes later on.

https://bugzilla.gnome.org/show_bug.cgi?id=751638
2015-11-29 19:15:37 +01:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2015-11-10 01:18:27 +01:00
2014-03-18 20:37:35 -04:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2015-11-25 00:34:28 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%