diff --git a/src/dbg/_exports.cpp b/src/dbg/_exports.cpp index 53aef9d0..93654720 100644 --- a/src/dbg/_exports.cpp +++ b/src/dbg/_exports.cpp @@ -431,6 +431,7 @@ static bool getAutoComment(duint addr, String & comment) // Add autocomment for breakpoints with BreakpointsView format because there's usually something useful if(BpGet(addr, BPNORMAL, nullptr, &bp) || BpGet(addr, BPHARDWARE, nullptr, &bp)) { + temp_string.clear(); auto next = [&temp_string]() { if(!temp_string.empty())