mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Fix a memory leak in PageDesignIntf::copy()
This commit is contained in:
@@ -1226,6 +1226,8 @@ void PageDesignIntf::copy()
|
||||
if (shouldWrite) {
|
||||
clipboard->setText(writer->saveToString());
|
||||
}
|
||||
|
||||
delete writer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user