Closed
Bug 656165
Opened 15 years ago
Closed 15 years ago
g_free accepts NULL so we do not need NULL checking before invoking it.
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: hiro, Assigned: hiro)
Details
Attachments
(1 file)
|
1.83 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
g_free accepts NULL so we do not need NULL checking before invoking it.
| Assignee | ||
Updated•15 years ago
|
Attachment #531502 -
Flags: review?(karlt)
Updated•15 years ago
|
Attachment #531502 -
Flags: review?(karlt) → review+
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → hiikezoe
Keywords: checkin-needed
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Updated•15 years ago
|
Version: unspecified → Trunk
Pushed by ffxbld:
https://hg.mozilla.org/releases/mozilla-release/rev/510b336ce55b
g_free accepts NULL so we do not need NULL checking before invoking it. r=karlt
You need to log in
before you can comment on or make changes to this bug.
Description
•