You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against c64aa0006e4a33d755a57a693cd81dc1ed95fa9d.
This commit is contained in:
@@ -68,7 +68,7 @@ index 6cc7ccd6d73..79594301c35 100644
|
||||
+
|
||||
+ if (!ref)
|
||||
+ {
|
||||
+ heap_free(audio);
|
||||
+ free(audio);
|
||||
+ }
|
||||
+
|
||||
+ return ref;
|
||||
@@ -274,7 +274,7 @@ index 6cc7ccd6d73..79594301c35 100644
|
||||
+
|
||||
+static HRESULT speech_audio_create(void **obj)
|
||||
+{
|
||||
+ struct speech_audio *This = heap_alloc(sizeof(*This));
|
||||
+ struct speech_audio *This = malloc(sizeof(*This));
|
||||
+
|
||||
+ if (!This)
|
||||
+ return E_OUTOFMEMORY;
|
||||
|
Reference in New Issue
Block a user