94427deb9d
GitOrigin-RevId: f91ee3065de91a3531329a674a45ddcb3467a650
20 lines
516 B
Diff
20 lines
516 B
Diff
From: Sebastián Mancilla <smancill@smancill.dev>
|
|
Subject: Fix virtual destruction
|
|
|
|
---
|
|
src/shogun/solver/LDASolver.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/shogun/solver/LDASolver.h b/src/shogun/solver/LDASolver.h
|
|
index 9300a85c5..d500eca5d 100644
|
|
--- a/src/shogun/solver/LDASolver.h
|
|
+++ b/src/shogun/solver/LDASolver.h
|
|
@@ -87,7 +87,7 @@ namespace shogun
|
|
compute_within_cov();
|
|
}
|
|
|
|
- ~LDASolver()
|
|
+ virtual ~LDASolver()
|
|
{
|
|
SG_UNREF(m_features)
|
|
SG_UNREF(m_labels)
|