Bug 43090 - Stylebot should not complain about NULL usage in calls to gdk_pixbuf_save_to
Summary: Stylebot should not complain about NULL usage in calls to gdk_pixbuf_save_to
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 16:04 PDT by Martin Robinson
Modified: 2010-07-27 18:51 PDT (History)
0 users

See Also:


Attachments
Patch for this issue (2.57 KB, patch)
2010-07-27 16:14 PDT, Martin Robinson
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-07-27 16:04:31 PDT
A NULL sentinel is required for these methods to prevent a compiler warning.
Comment 1 Martin Robinson 2010-07-27 16:14:17 PDT
Created attachment 62766 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-07-27 18:51:08 PDT
Committed r64185: <http://trac.webkit.org/changeset/64185>