[email protected] writes: > From: Marc-André Lureau <[email protected]> > > The function is going to be called from a coroutine, and may yields.
s/yields/yield/ > Let's ensure our image reference doesn't change over time (due to resize > etc) by keeping a ref. > > Signed-off-by: Marc-André Lureau <[email protected]> Reviewed-by: Markus Armbruster <[email protected]>
