/[packages]/cauldron/libreoffice/releases/3.3.1.2/7.mga1/SOURCES/0001-valgrind-don-t-leave-an-evil-thread-running-after-ma.patch
ViewVC logotype

Contents of /cauldron/libreoffice/releases/3.3.1.2/7.mga1/SOURCES/0001-valgrind-don-t-leave-an-evil-thread-running-after-ma.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 883 byte(s)
oops
1 From e65850b4411c59a5c664b002c6ab4ae385fd2261 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
3 Date: Mon, 13 Dec 2010 12:48:47 +0000
4 Subject: [PATCH] valgrind: don't leave an evil thread running after main is completed
5
6 ---
7 configmgr/source/components.cxx | 5 ++++-
8 1 files changed, 4 insertions(+), 1 deletions(-)
9
10 diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
11 index e6cfb10..44c2d32 100644
12 --- a/configmgr/source/components.cxx
13 +++ b/configmgr/source/components.cxx
14 @@ -595,7 +595,10 @@ Components::Components(
15 RTL_LOGFILE_TRACE_AUTHOR("configmgr", "sb", "end parsing");
16 }
17
18 -Components::~Components() {}
19 +Components::~Components()
20 +{
21 + flushModifications();
22 +}
23
24 void Components::parseFileLeniently(
25 FileParser * parseFile, rtl::OUString const & url, int layer, Data & data,
26 --
27 1.7.4.1
28
29

  ViewVC Help
Powered by ViewVC 1.1.30