Back to the main page.
Bug 1980 - ft_preamble/postamble_debug global variable name is different for preamble vs postable leading to high memory usage
| Status | CLOSED FIXED |
| Reported | 2013-02-07 13:04:00 +0100 |
| Modified | 2013-06-05 12:14:27 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Roemer van der Meij |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Roemer van der Meij - 2013-02-07 13:04:07 +0100
This causes the debug data to be kept in memory after an ft_postamble call (which can be very big). (can be replicated with any function I assume, but I used the databrowser). Ft_preamble_debug initializes the global variable as Cedei2Z0o, whilst ft_postamble_debug clears the no caps one, cedei2zoo. So, simply a caps-difference :). Robert, in case I'm correct, shall I change all the names in ft_postamble_debug?
Robert Oostenveld - 2013-02-07 13:44:02 +0100
yes, please do.
Roemer van der Meij - 2013-02-07 17:04:00 +0100
Fixed.