Fix a few more leaks and update PathSet

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-07 14:35:17 +01:00
parent 19c12abdd4
commit e39ff6d0f8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 97f61b3616a6e0935ac84f02b1e35734413c6b34
Subproject commit 69c8a23d0182b5ef50c23b1870c354b4e30811d1

@ -1 +1 @@
Subproject commit f7399c473735c0a5bec95bb40953e781f9a47ca4
Subproject commit 356588ddb142dab99837af58681bc0d8afb88e4c

@ -1 +1 @@
Subproject commit de53c78658c42638b7c356b78d1559634644f733
Subproject commit 30e35f9414329ed6545ef328fd5951d4cf583362

View file

@ -2450,6 +2450,7 @@ static void initStatic__PathSet()
p->addModel(modelAstroVibe);
p->addModel(modelGlassPane);
p->addModel(modelNudge);
p->addModel(modelOneShot);
}
}