My KWIN fork where I work on features like per-output virtual desktops
Find a file
Michael Pyne 3e6bc3621b Initialize Interface factory pointer to fix Coverity warning.
Coverity complains (in CID 1335150) about `Generator::parseInterface()`
since the default copy-ctor for `Interface` will end up copying
uninitialized memory (the unset `m_factory` member). Fixed by
initializing the m_factory.

REVIEW:127836
2016-05-04 21:14:07 -04:00
src/wayland Initialize Interface factory pointer to fix Coverity warning. 2016-05-04 21:14:07 -04:00