Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Unified Diff: third_party/libxml/hash.c

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/hash.c
diff --git a/third_party/libxml/hash.c b/third_party/libxml/hash.c
index 22f9bb42227917b467a485ec4bcdc9251d8d92bd..b78bc2d4e0038c35be0768f56d2efdbe22e43e3c 100644
--- a/third_party/libxml/hash.c
+++ b/third_party/libxml/hash.c
@@ -320,7 +320,6 @@ xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
inside_table = 0;
iter = next;
}
- inside_table = 0;
}
xmlFree(table->table);
}

Powered by Google App Engine
This is Rietveld 408576698