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

View file

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