closed. feel free to report any other bugs you may find.
** Changed in: unity (Ubuntu)
Status: Incomplete => Invalid
** Changed in: unity
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/812975
Title:
found memory leak in code
Status in Unity:
Invalid
Status in “unity” package in Ubuntu:
Invalid
Bug description:
I think I found a memory leak in the code
./unity-4.2.0/plugins/unityshell/src/unity-util-accessible.cpp
At line 270 AtkKeyEventStruct *atk_event = g_new0 (AtkKeyEventStruct,
1); is allocated, but at line 290 the function returns a NULL pointer
but does free atk_event first.
Possibly fixed with g_free(atk_event); after line 289 just before the
NULL return?
Hope this is a useful report.
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/812975/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp