diff --git a/src/kits/app/LooperList.cpp b/src/kits/app/LooperList.cpp index 98902fcad1..d468c2b2a4 100644 --- a/src/kits/app/LooperList.cpp +++ b/src/kits/app/LooperList.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2011, Haiku. + * Copyright 2001-2015, Haiku. * Distributed under the terms of the MIT License. * * Authors: @@ -190,6 +190,7 @@ BLooperList::InitAfterFork() { // We need to reinitialize the locker to get a new semaphore new (&fLock) BLocker("BLooperList lock"); + fData.clear(); }