Bug 94312 - [EFL] [WK2] Free Eina Strbuf with eina_strbuf_free() instead of eina_strbuf_string_free()
Summary: [EFL] [WK2] Free Eina Strbuf with eina_strbuf_free() instead of eina_strbuf_s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sudarsana Nagineni (babu)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 01:47 PDT by Sudarsana Nagineni (babu)
Modified: 2012-08-17 05:33 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2012-08-17 02:08 PDT, Sudarsana Nagineni (babu)
kenneth: review+
Details | Formatted Diff | Diff
Patch (1.96 KB, patch)
2012-08-17 03:46 PDT, Sudarsana Nagineni (babu)
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (2.00 KB, patch)
2012-08-17 04:12 PDT, Sudarsana Nagineni (babu)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-08-17 01:47:01 PDT
String buffer must be freed with eina_strbuf_free() instead of eina_strbuf_string_free().
Comment 1 Sudarsana Nagineni (babu) 2012-08-17 02:08:27 PDT
Created attachment 159051 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-08-17 02:15:40 PDT
Comment on attachment 159051 [details]
Patch

I have to trust you on that one, but it would be good if the changelog explained the difference
Comment 3 Chris Dumez 2012-08-17 02:49:00 PDT
Comment on attachment 159051 [details]
Patch

Yes, LGTM. My bad. Thanks for fixing it.
Comment 4 Sudarsana Nagineni (babu) 2012-08-17 03:46:39 PDT
Created attachment 159074 [details]
Patch

Updated changelog. Thanks for review Kenneth.
Comment 5 WebKit Review Bot 2012-08-17 03:48:57 PDT
Comment on attachment 159074 [details]
Patch

Rejecting attachment 159074 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebKit2/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/13511962
Comment 6 Sudarsana Nagineni (babu) 2012-08-17 04:12:21 PDT
Created attachment 159083 [details]
Patch

Forgot to update reviewer name in changelog.
Comment 7 WebKit Review Bot 2012-08-17 05:33:32 PDT
Comment on attachment 159083 [details]
Patch

Clearing flags on attachment: 159083

Committed r125888: <http://trac.webkit.org/changeset/125888>
Comment 8 WebKit Review Bot 2012-08-17 05:33:37 PDT
All reviewed patches have been landed.  Closing bug.