This commit is contained in:
LagoLunatic
2025-05-21 18:07:36 -04:00
parent 0b1706bec2
commit d097c85eb0
8 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -1269,7 +1269,7 @@ static void dummy() {
// Fakematch to fix the vtable order and weak destructor order of dDlst_shadowReal_c and dDlst_shadowTri_c.
struct {
dDlst_shadowReal_c temp[1];
}* temp;
}* temp = NULL;
delete temp;
}