mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Use delete[] to satisfy compiler warning
(cherry picked from commit 1b119f6add)
This commit is contained in:
@@ -98,7 +98,7 @@ def run():
|
||||
}
|
||||
|
||||
wxAcceleratorTable* table = new wxAcceleratorTable(count, tmpEntries);
|
||||
delete tmpEntries;
|
||||
delete [] tmpEntries;
|
||||
return table;
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user