Bug 301932 - memory leaks
Summary: memory leaks
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 21:16 UTC by Ralf Habacker
Modified: 2020-03-15 09:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
valgrind output (61.86 KB, text/plain)
2012-06-14 21:16 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2012-06-14 21:16:08 UTC
running umbrello under control of valgrind shows several memory leaks, which should be fixed if they are related to umbrello source code.

Reproducible: Always

Steps to Reproduce:
1. run valgrind --track-origins=yes --leak-check=full ~/umbrello/bin/umbrello
2. inspect the results (appended)

Actual Results:  
several memory leaks

Expected Results:  
no memory leaks introduced by umbrello

valgrind report added
Comment 1 Ralf Habacker 2012-06-14 21:16:56 UTC
Created attachment 71843 [details]
valgrind output
Comment 2 Ralf Habacker 2012-06-14 21:21:55 UTC
Comment on attachment 71843 [details]
valgrind output

fixed mimetype
Comment 3 Ralf Habacker 2020-03-15 09:31:23 UTC
Git commit 6bdc9149c494677c5eddc99bb6b239e7dcc61edf by Ralf Habacker.
Committed on 15/03/2020 at 09:30.
Pushed by habacker into branch 'master'.

Fix memory leaks in class Tracer

The global variable states is now a static member of class Tracer.

M  +8    -5    umbrello/debug/debug_utils.cpp
M  +2    -0    umbrello/debug/debug_utils.h

https://invent.kde.org/kde/umbrello/commit/6bdc9149c494677c5eddc99bb6b239e7dcc61edf
Comment 4 Ralf Habacker 2020-03-15 09:31:23 UTC
Git commit a332a81864bfe0867f552874e10e49672851ed85 by Ralf Habacker.
Committed on 15/03/2020 at 09:29.
Pushed by habacker into branch 'master'.

Fix memory leak in class ObjectsWindow

M  +5    -4    umbrello/objectswindow.cpp
M  +2    -0    umbrello/objectswindow.h

https://invent.kde.org/kde/umbrello/commit/a332a81864bfe0867f552874e10e49672851ed85
Comment 5 Ralf Habacker 2020-03-15 09:31:23 UTC
Git commit 028532ac8353fbfe37bccfed51f87faa8c487332 by Ralf Habacker.
Committed on 15/03/2020 at 09:30.
Pushed by habacker into branch 'master'.

Fix memory leak in UMLAppPrivate::readWelcomeFile()

M  +1    -0    umbrello/umlappprivate.cpp

https://invent.kde.org/kde/umbrello/commit/028532ac8353fbfe37bccfed51f87faa8c487332