Fixed freed memory accessing bug in the C++ code.

(Issue #32)
This commit is contained in:
Takatoshi Kondo 2013-12-09 21:37:35 +00:00
parent 293c839a22
commit 0d13931844

View File

@ -133,6 +133,7 @@ private:
::free(c);
c = n;
} else {
head_ = c;
break;
}
}