Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
110a33a0
Commit
110a33a0
authored
Jun 10, 2010
by
Sébastien Villemot
Browse files
Estimation DLL, QRDecomposition: fix memory leak
parent
a1df331c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/estimation/libmat/QRDecomposition.cc
View file @
110a33a0
...
...
@@ -34,5 +34,6 @@ QRDecomposition::QRDecomposition(size_t rows_arg, size_t cols_arg, size_t cols2_
QRDecomposition
::~
QRDecomposition
()
{
delete
[]
work
;
delete
[]
work2
;
delete
[]
tau
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment