Commit 52e31eb
committed
[[ Bug 22009 ]] Fix memory leak when releasing LCB objects
This patch fixes memory leaks which can occur when releasing loaded
LCB modules and module instances. The leaks occur due to a failure
to free the base record of the objects and a failure to release some
parts of the loaded compiled module structure.1 parent b5e0e6b commit 52e31eb
File tree
3 files changed
+5
-0
lines changed- docs/notes
- libfoundation/src
- libscript/src
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
| 981 | + | |
| 982 | + | |
981 | 983 | | |
982 | 984 | | |
983 | 985 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
| |||
0 commit comments