Skip to content

Memory leak in the server #923

@corrados

Description

@corrados

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:

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions