Bug 67194 - [stylechecker] complains about NULL usage in some gst_structure_ calls
Summary: [stylechecker] complains about NULL usage in some gst_structure_ calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 03:44 PDT by Philippe Normand
Modified: 2011-09-06 09:27 PDT (History)
0 users

See Also:


Attachments
proposed patch (3.45 KB, patch)
2011-08-30 03:48 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-08-30 03:44:45 PDT
Very similar to Bug 39740.

The involved calls are:

gst_structure_set
gst_structure_get
gst_structure_remove_fields
gst_structure_new
gst_structure_id_new
gst_structure_id_set
gst_structure_id_get
Comment 1 Philippe Normand 2011-08-30 03:48:15 PDT
Created attachment 105609 [details]
proposed patch
Comment 2 Philippe Normand 2011-08-30 23:55:02 PDT
Committed r94153: <http://trac.webkit.org/changeset/94153>
Comment 3 Martin Robinson 2011-09-06 09:27:52 PDT
Comment on attachment 105609 [details]
proposed patch

Clearing flag on committed patch.