mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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