mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 05:26:11 -04:00
Merge pull request #7615
9ca9f12
Fixed issues found by static analysis (SChernykh)
This commit is contained in:
commit
eed63cef36
3 changed files with 5 additions and 6 deletions
|
@ -141,7 +141,6 @@ public:
|
|||
|
||||
rolling_median_t(rolling_median_t &&m)
|
||||
{
|
||||
free(data);
|
||||
memcpy(this, &m, sizeof(rolling_median_t));
|
||||
m.data = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue