CodeDead / MemPlus

Free up your memory for free!
https://codedead.com/
GNU General Public License v3.0
88 stars 18 forks source link

Automatic memory release has a problem. #13

Closed hamoumiKen closed 1 year ago

hamoumiKen commented 1 year ago

MemPlus' automatic memory release has a problem: it can only automatically release memory once. When memory is released after a set time, the software will somehow exit at the same time as the automatic memory release if the software is resident.

The automatic memory release function is somewhat difficult to use because you have to manually start the software again.

CodeDead commented 1 year ago

I believe this to be a duplicate of https://github.com/CodeDead/MemPlus/issues/9

This was fixed in commit https://github.com/CodeDead/MemPlus/commit/d7491011352bf6de3f1e0db07995f00edb409f51

A new release has yet to be delivered.