Commit c41d388
committed
DPL: adapt to FairMQ new API
Rebuild() of a message will call free() on the supplied buffer after
copying it, if a custom free function was not given as an argument.
Since oldestPossingTimeslice is not a heap object, calling free() on it
is not allowed, which seems to be enforced by some compilers.1 parent 25f4dfe commit c41d388
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments