lib: Don't take a reference to the surface in get_cairo_surface()
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 30 Jun 2014 15:34:20 +0000 (16:34 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 29 Jul 2014 11:13:41 +0000 (12:13 +0100)
commit0db75bb3f91fc058c56650100f75cea5204c6af6
treeec4cfcf21d439bed8d3a7673202af3b43bdfe712
parent72357f3de04ab9aa57b046b666e02090641f0aa4
lib: Don't take a reference to the surface in get_cairo_surface()

We don't need to keep a reference to the surface, the cairo context will
keep a reference to it until we destroy it.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
lib/igt_fb.c