summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-01-06 02:10:45 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-02-17 12:02:30 +0100
commitd6d43367053bbc0d99acd7a21a21e15a5aaae659 (patch)
tree4bfdbac364d9f56b4b022b673cf8b9be1d59a24b /src/daemon
parent7b90e3b942b43521e4ed6b9f07b14ee3ae156cf3 (diff)
Implement some functions for win32
And disable building binaries for win32 that make no sense there
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index 5aeb9bc6..243e7c0a 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -1078,7 +1078,7 @@ finish:
}
#ifdef OS_IS_WIN32
- if (win32_timer)
+ if (mainloop && win32_timer)
pa_mainloop_get_api(mainloop)->time_free(win32_timer);
#endif