Possible Memory Leak #2

Closed
opened 2019-01-28 12:23:50 +01:00 by mhu · 1 comment
Owner

Possible leak when deleting layer elements from layer selector. Objects are only removed and not unref'd. This might be wrong. Pls check.

Possible leak when deleting layer elements from layer selector. Objects are only removed and not unref'd. This might be wrong. Pls check.
mhu closed this issue 2019-01-28 12:24:20 +01:00
mhu reopened this issue 2019-01-28 12:24:23 +01:00
Author
Owner

There is no leak. GtkWidgets are initially unowned. Therefore, a call to g_object_unref() is not necessary.

There is no leak. GtkWidgets are initially unowned. Therefore, a call to g_object_unref() is not necessary.
mhu closed this issue 2019-01-28 15:40:27 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mhu/gds-render#2
No description provided.