~ubuntu-branches/ubuntu/wily/wine1.6/wily

« back to all changes in this revision

Viewing changes to dlls/winecoreaudio.drv/midi.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2014-03-17 17:43:36 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140317174336-9we01jr5mzhomw16
Tags: 1:1.6.2-0ubuntu1
* New upstream release
  - Color management support updated to liblcms version 2.
  - Various bug fixes.
* Drop upstreamed patches for liblcms and freetype support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
810
810
    {
811
811
        CFMessagePortSendRequest(messagePort, 0, data, 0.0, 0.0, NULL, NULL);
812
812
        CFRelease(data);
813
 
        CFRelease(messagePort);
814
813
    }
 
814
    CFRelease(messagePort);
815
815
}
816
816
 
817
817
static CFDataRef MIDIIn_MessageHandler(CFMessagePortRef local, SInt32 msgid, CFDataRef data, void *info)