[Musicpd-dev-team] Some more fixes for master branch

2013-01-13 Thread Denis Krjuchkov
Hi all, Win32Main.cxx: more clean shutdown WakeFD.cxx: use two sockets instead of pipe on Win32 ClientList.cxx: copy client list before iterating The last is merely a quick fix to allow further development. Probably some other data structure could be used for client list. Feel free to drop this.

Re: [Musicpd-dev-team] Some more fixes for master branch

2013-01-13 Thread Max Kellermann
On 2013/01/13 10:39, Denis Krjuchkov de...@crazydev.net wrote: Hi all, Win32Main.cxx: more clean shutdown WakeFD.cxx: use two sockets instead of pipe on Win32 ClientList.cxx: copy client list before iterating The last is merely a quick fix to allow further development. Probably some