mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Clean up memory leak I created
This commit is contained in:
parent
cf316e83e9
commit
c1f986921d
@ -462,6 +462,7 @@ int ResmedLoader::Open(const QString & dirpath)
|
|||||||
qDebug() << filename << "overlaps" << STRmap[date].filename << "for" << days;
|
qDebug() << filename << "overlaps" << STRmap[date].filename << "for" << days;
|
||||||
if (days <= STRmap[date].days) {
|
if (days <= STRmap[date].days) {
|
||||||
qDebug() << "Skipping" << filename;
|
qDebug() << "Skipping" << filename;
|
||||||
|
delete stredf;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user