Skip to content

Commit

Permalink
Fixed uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dachev authored and Blagovest Dachev committed Jul 2, 2010
1 parent 0b24fec commit ddd60cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xml_sax_parser.cc
Expand Up @@ -4,6 +4,8 @@
namespace libxmljs {

XmlSaxParser::XmlSaxParser() : sax_handler_(new _xmlSAXHandler) {
context_ = 0;

xmlSAXHandler tmp = {
0, // internalSubset;
0, // isStandalone;
Expand Down

0 comments on commit ddd60cd

Please sign in to comment.