1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
jules 2007-09-14 08:50:28 +00:00
parent a353830c81
commit 397f969d93

View file

@ -1112,6 +1112,8 @@ public:
XA_CARDINAL, 32, PropModeReplace,
(unsigned char*) data, dataSize);
XSync (display, False);
juce_free (data);
}