After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670029 - Incorrect call of gdk_pixbuf_save_to_stream_finish
Incorrect call of gdk_pixbuf_save_to_stream_finish
Status: RESOLVED DUPLICATE of bug 710103
Product: vala
Classification: Core
Component: Async
0.15.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-14 01:25 UTC by aleck.agakhan
Modified: 2014-01-27 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pixbuf-save-async.zip (2.37 KB, application/zip)
2012-02-14 01:26 UTC, aleck.agakhan
Details

Description aleck.agakhan 2012-02-14 01:25:41 UTC
Vala generates incorrect call of "gboolean gdk_pixbuf_save_to_stream_finish (GAsyncResult  *async_result, GError **error);"
gdk_pixbuf_save_to_stream_finish (_data_->_tmp15_, _data_->_res_, &_data_->_inner_error_);
_data_->_tmp15_ is unnecessary (see line 181 in main.c)
Comment 1 aleck.agakhan 2012-02-14 01:26:43 UTC
Created attachment 207509 [details]
pixbuf-save-async.zip
Comment 2 Luca Bruno 2014-01-27 20:03:37 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 710103 ***