Skip to content

Commit b16c9bf

Browse files
authored
Merge pull request #1373 from ideawu/dev
fix find_min resource leak bug
2 parents 19ab859 + c0c3bca commit b16c9bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ssdb/binlog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ int BinlogQueue::find_min(Binlog *log) const{
300300
}
301301
}
302302
}
303+
delete it;
303304
return ret;
304305
}
305306

0 commit comments

Comments
 (0)