mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
Fixed memory leak
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
};
|
||||
|
||||
Hashrate(size_t threads, xmrig::Controller *controller);
|
||||
~Hashrate();
|
||||
double calc(size_t ms) const;
|
||||
double calc(size_t threadId, size_t ms) const;
|
||||
void add(size_t threadId, uint64_t count, uint64_t timestamp);
|
||||
|
||||
Reference in New Issue
Block a user