8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf42baf commit 6462ea2Copy full SHA for 6462ea2
cpp/pickle.cpp
@@ -205,6 +205,7 @@ void tokenizer::try_colon_block() {
205
do this->append_to_buffer(this->at()), this->advance(); while (this->at() != '\n');
206
// At beg of next line: check to see if there is an unindent
207
if (!this->test_str(indent)) {
208
+ free(indent);
209
if (isspace(this->at())) this->error(NULL, "unindent does not match previous indent");
210
break;
211
}
0 commit comments