https://bugs.documentfoundation.org/show_bug.cgi?id=115221

Xisco FaulĂ­ <xiscofa...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bibisected, bisected,
                   |                            |regression
           Priority|medium                      |highest
                 CC|                            |noelgran...@gmail.com
    Crash report or|d8229188-fe3d-4f87-8295-168 |["SwViewShell::GetPostItMgr
    crash signature|695dc4f5c                   |()"]
           Severity|normal                      |critical

--- Comment #3 from Xisco FaulĂ­ <xiscofa...@libreoffice.org> ---
Regression introduced by:

author  Noel Grandin <noel.gran...@collabora.co.uk>     2017-10-04 13:30:11
+0200
committer       Noel Grandin <noel.gran...@collabora.co.uk>     2017-10-05
13:49:22 +0200
commit  cc483d0470dbf0d01e4da818b148ff0b851c5187 (patch)
tree    8775e63c99cca6d0d44c0f2820d859691edb4cfa
parent  74977861a63c920f9b49e90087cac9a841392729 (diff)
tdf#112292 - fix memory leak and use more auto ref counting in sw
this bug was introduced in

    commit a754294ac7a902fe96fbbd6b8b6824a360d6b248
    use rtl::Reference in SwDocFac instead of manual acquire/release

fix it by using automatic ref-counting (i.e. rtl::Reference) everywhere.

Note that the logic in SwViewShell::~SwViewShell is somewhat
interesting.
>From my reading of it, it was previously potentially calling
getIDocumentLayoutAccess on an SwDoc that had just been deleted.

So if there is a problem with this commit I would look there first.

Bisected with: bibisect-linux64-6.0

Adding Cc: to Noel Grandin

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to