Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Auctions
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wilcox Technologies
Auctions
Commits
bc483fc4
Commit
bc483fc4
authored
Jul 28, 2012
by
A. Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eBay: Don't dead-store errors_node twice (or even once).
parent
10eacdfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Common/Models/eBaySite.cpp
Common/Models/eBaySite.cpp
+1
-2
No files found.
Common/Models/eBaySite.cpp
View file @
bc483fc4
...
...
@@ -30,8 +30,7 @@ const char *EBAY_ITEM_ARRAY_FIELDS = "ItemArray.Item.ItemID,ItemArray.Item.Descr
char
*
getErrorFromXml
(
xmlDocPtr
xml_doc
)
{
xmlNodePtr
errors_node
=
NULL
;
errors_node
=
findNodeByName
(
xml_doc
->
children
,
"Errors"
);
xmlNodePtr
errors_node
;
char
*
message
=
NULL
;
size_t
message_len
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment