-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue with freeing memory when reading string markers from L…
…SL (e.g., for online BCI). Not sure why this happens, but it seems we're using the wrong allocator to free the LSL memory (currently leaking a small amt of mem, need to fix at some point).
- Loading branch information
1 parent
e6772d9
commit 6fc7e38
Showing
5 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
any(cellfun(@exist,{'lsl_pull_sample_str'})==3) |
Binary file added
BIN
+11.5 KB
dependencies/liblsl-Matlab/mex/build-DESKTOP-CD7CPRK/lsl_pull_sample_str.mexw64
Binary file not shown.
Binary file added
BIN
+214 Bytes
dependencies/liblsl-Matlab/mex/build-DESKTOP-CD7CPRK/lsl_pull_sample_str.mexw64.md5
Binary file not shown.
Binary file removed
BIN
-8.5 KB
dependencies/liblsl-Matlab/mex/build-Jordan/lsl_pull_sample_str.mexw64
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters