-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I just observed the following on the Central Server: Right now we have heavy traffic on that server. The server run for about a month and the Jamulus server instance used about 500 MB. When I reboot the server, Jamulus just consumes about 4 MB.
I think the following code might be the problem:
Line 65 in ab785cb
| QTextStream& tsConsoleStream = *( ( new ConsoleWriterFactory() )->get() ); |
We do a "new" all the time but do not delete that instance. Maybe it is better to completely remove the ConsoleWriterFactory() class and use QInfo instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working