Merge lp:~brandontschaefer/unity/fix-1046201-6.0 into lp:unity/6.0
Proposed by
Brandon Schaefer
on 2012-10-24
| Status: | Merged |
|---|---|
| Approved by: | Łukasz Zemczak on 2012-10-24 |
| Approved revision: | 2788 |
| Merged at revision: | 2790 |
| Proposed branch: | lp:~brandontschaefer/unity/fix-1046201-6.0 |
| Merge into: | lp:unity/6.0 |
| Diff against target: |
404 lines (+49/-42) 12 files modified
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.cpp (+1/-1) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.h (+6/-4) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.cpp (+2/-2) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.h (+5/-3) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-window.h (+1/-1) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.cpp (+3/-3) plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.h (+8/-6) plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.cpp (+5/-6) plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.h (+8/-6) plugins/unity-mt-grab-handles/src/unity-mt-texture.cpp (+2/-2) plugins/unity-mt-grab-handles/src/unity-mt-texture.h (+4/-3) tests/test_grabhandle.cpp (+4/-5) |
| To merge this branch: | bzr merge lp:~brandontschaefer/unity/fix-1046201-6.0 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Łukasz Zemczak | 2012-10-24 | Approve on 2012-10-24 | |
|
Review via email:
|
|||
Commit Message
Fix reference counting problem which leads to memory leaks and a crash in MT grab handles.
Description of the Change
Revert the changes to 6.0 from boost -> std. The crash will still be fixed!
To post a comment you must log in.
lp:~brandontschaefer/unity/fix-1046201-6.0
updated
on 2012-10-24
- 2788. By Brandon Schaefer on 2012-10-24
-
* revert the test_grab file as well


Ok, looking good to me, I checked and it seems all previous changes seem to be changed back. It also works and doesn't result in any crashes or visible problems.