After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646569 - poll: don't call WSAWaitForMultipleEvents with no events
poll: don't call WSAWaitForMultipleEvents with no events
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-02 21:18 UTC by Håvard Graff (hgr)
Modified: 2011-04-04 07:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.12 KB, patch)
2011-04-02 21:18 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2011-04-02 21:18:52 UTC
Created attachment 184985 [details] [review]
patch

This is not legal according to MSDN. Minor detail, since it works anyhow...
Comment 1 Sebastian Dröge (slomo) 2011-04-04 07:25:32 UTC
commit d0d27e83fe2338b20a641d62fdcfa232e7a913ce
Author: Thomas Kristensen <thomas.kristensen@cisco.com>
Date:   Fri Mar 25 15:56:07 2011 +0100

    poll: don't call WSAWaitForMultipleEvents with no events
    
    Fixes error caught by Microsoft Application Verifier.