From 20b56fdd92dfb7dafe568520c37ced7197afc507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 24 Oct 2007 22:51:43 +0000 Subject: [PATCH] * actually initialize the static sLocker with NULL too... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22700 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/PathMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/storage/PathMonitor.cpp b/src/kits/storage/PathMonitor.cpp index 8485f32f51..01fe91e71d 100644 --- a/src/kits/storage/PathMonitor.cpp +++ b/src/kits/storage/PathMonitor.cpp @@ -119,7 +119,7 @@ class PathHandler : public BHandler { static WatcherMap sWatchers; -static BLocker* sLocker; +static BLocker* sLocker = NULL; static status_t