Browse Source

Fix a few more leaks and update PathSet

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
e39ff6d0f8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      plugins/Bidoo
  2. +1
    -1
      plugins/JW-Modules
  3. +1
    -1
      plugins/PathSet
  4. +1
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/Bidoo

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

+ 1
- 1
plugins/JW-Modules

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

+ 1
- 1
plugins/PathSet

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

+ 1
- 0
plugins/plugins.cpp View File

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



Loading…
Cancel
Save