| commit | 9d35e6df6693eba3d23036028fc3f3621e40822a | [log] |
|---|---|---|
| author | Michael Meeks <michael.meeks@collabora.com> | Tue Mar 24 12:00:07 2015 +0000 |
| committer | Michael Meeks <michael.meeks@collabora.com> | Fri Apr 10 13:07:17 2015 +0100 |
| tree | f411b09f2bc162135ecedd64f4b0037d977c6264 | |
| parent | 385bae4bbac02eb3633af5e2085f70ce0391b262 [diff] |
Nothing really that wrong with acquiring a disposed reference, for now. Emitting events acquires and passes references conservatively, and the VCLEVENT_OBJECT_DYING event hit this hard. Change-Id: If86991ead63b05425a237bf213583c020ba4e582
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 4e2341a..7066df4 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx
@@ -274,7 +274,6 @@ private: inline void acquire() const { assert(!mbDisposed); mnRefCnt++; }