Markus Mäkelä
63b16243e7
MXS-1338: Fix memory leak of after buffer cloning
...
When a buffer is cloned and then the original buffer parsed and freed, the
freeing of the cloned buffer will not release the memory that was
allocated when the original buffer is parsed.
This is a side-effect of how the buffer objects are stored in the buffer
and not in the shared memory buffer. The creation of a buffer object after
cloning will cause the buffer object to be lost as the cloned buffer
didn't have a pointer to the buffer object that was created later.
By moving the buffer objects into the shared memory buffer, the memory
leak is fixed.
2017-08-02 11:09:49 +03:00
..
2017-03-31 14:26:44 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-30 12:36:23 +03:00
2017-03-13 10:45:54 +02:00
2017-08-02 11:09:49 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-20 17:44:22 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:55 +02:00
2017-05-09 10:40:34 +03:00
2017-06-30 10:46:05 +03:00
2017-02-27 09:31:24 +02:00
2017-02-27 11:11:04 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:52 +02:00
2017-03-13 10:45:55 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-05-09 10:40:34 +03:00
2017-02-14 21:42:28 +02:00
2017-05-14 10:25:12 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-15 09:11:18 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-22 11:09:36 +02:00
2017-02-14 21:42:28 +02:00
2017-02-15 08:44:55 +02:00
2017-02-14 21:42:28 +02:00
2017-03-20 12:22:57 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-20 11:10:55 +02:00
2017-03-20 11:10:55 +02:00
2017-02-27 14:41:01 +02:00
2017-03-21 15:19:10 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:51 +02:00
2017-07-24 10:38:47 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:54 +02:00
2017-07-24 10:38:47 +03:00
2017-02-14 21:42:28 +02:00
2017-03-09 10:01:38 +02:00