mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #446] Memory leak when using remote desktop. #232
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lixiaoyan on GitHub (Apr 21, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/446
@MaxXor commented on GitHub (Apr 21, 2016):
Can you provide more information?
@lixiaoyan commented on GitHub (Apr 21, 2016):
By using Perfmon, I found the Process Handle Count continues to increase
when using remote desktop.
On Fri, Apr 22, 2016, 3:52 AM MaxXor notifications@github.com wrote:
@lixiaoyan commented on GitHub (May 12, 2016):
https://github.com/quasar/QuasarRAT/blob/master/Server/Core/Utilities/FrameCounter.cs#L53-L58
@MaxXor commented on GitHub (May 16, 2016):
Hm, I can't see why this line should cause a memory leak.
@yankejustin commented on GitHub (May 18, 2016):
Last I checked, I believe that remote desktop still leaks a little bit. But I do not think the leak is from that line of code. I do not see how it would.