Skip to content
Commit a43992fc authored by Martin Pitt's avatar Martin Pitt
Browse files

pygtkcompat test: Properly clean up PixbufLoader

Tests currently give

(runtests.py:15072): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.

Fix this by calling close().
parent df44fdd3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment