Thiago Macieira 497d6e3e6c Fix crash on dereferencing dangling pointers
QList::first() returns a reference to an item, but that list was a
temporary. The list gets destroyed at the end of the statement (the
semi-colon), so we ended up keeping a reference to freed data (i.e., a
dangling pointer)

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-05-07 21:52:56 -07:00
..
2014-02-27 20:09:57 -08:00
2014-02-08 08:00:27 -08:00
2014-02-27 11:44:59 -08:00
2014-04-17 22:39:36 -07:00
2014-02-27 20:09:57 -08:00
2014-02-27 20:09:57 -08:00
2014-03-03 13:29:22 -08:00
2014-05-07 15:18:59 -07:00
2014-05-07 15:17:58 -07:00