]> Pileus Git - aweather/commit
Fix Win32 threading bug
authorAndy Spencer <andy753421@gmail.com>
Thu, 6 May 2010 05:49:56 +0000 (05:49 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 6 May 2010 05:54:22 +0000 (05:54 +0000)
commit458d24250caf754b6ac3718e7e86583bd718a1e1
treec8df02ecd9f12a4985a153fb244d8e241975ff06
parentd3555c59280ae44557f97e6372464b775f734f3a
Fix Win32 threading bug

Fix a crash when multiple sites are updated using the same GisHttp (i.e.
SoupSession).

SoupSessionSync is supposed to be thread-safe, so either this is a bug
in libsoup, or something else is going on, but using separate GisHttp
objects appears to fix the problem for now.
src/plugins/radar.c