Update sync.d

* Restore destructor that was missed
This commit is contained in:
abraunegg 2024-05-09 20:52:25 +10:00
parent 28a6dd7acc
commit b0fd070d09

View file

@ -316,10 +316,10 @@ class SyncEngine {
}
// The destructor should only clean up resources owned directly by this instance
//~this() {
// //shutdownProcessPool();
// processPool = null;
//}
~this() {
shutdownProcessPool();
processPool = null;
}
// Initialise the Sync Engine class
bool initialise() {