Merge lp://staging/~azzar1/unity/lp-1224569 into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | no longer in the source branch. |
Merged at revision: | 3511 |
Proposed branch: | lp://staging/~azzar1/unity/lp-1224569 |
Merge into: | lp://staging/unity |
Diff against target: |
30 lines (+4/-4) 1 file modified
launcher/DndData.h (+4/-4) |
To merge this branch: | bzr merge lp://staging/~azzar1/unity/lp-1224569 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email: mp+185929@code.staging.launchpad.net |
Commit message
Return a copy of memeber variables of DndData class. Should fix lp:1224569.
Description of the change
== Problem ==
Bug #1224569: compiz crashed with SIGSEGV in local_Rb_
== Fix ==
Seems like the iterators of DndData.Uris() get invalidated for some reasons. So it's better to return a copy of the members and not a reference.
To post a comment you must log in.
LGTM