codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
889c89dd3abc8bee70004f041240b67af30bac3c
Authored by
David Mayerich
2017-09-19 15:20:29 -0500
1 parent
bda1bd09
fixed memory leak in ENVI.spectrum
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
stim/envi/envi.h
Inline
Side-by-side
stim/envi/envi.h
Wrap text
Show/Hide comments
View file @
889c89d
...
...
@@ -1453,6 +1453,7 @@ public:
1453
1453
exit(1);
1454
1454
}
1455
1455
}
1456
+ free(temp);
1456
1457
}
1457
1458
1458
1459
/// Retrieve a spectrum from the specified (x, y) location
...
...