Commit 7c8acaa
committed
Qt: remove duplicate call to solumDestroy()
main() already contains such a call. Since solumInit() is also called
there, it's the only place where this call is appropriate. Calling this
function within Qt causes use-after-free errors in the main window
cleanup code.1 parent 52017c2 commit 7c8acaa
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
| |||
0 commit comments