mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: fix leak of mapped ring buffer structure
This commit is contained in:
@ -335,6 +335,8 @@ mapped_ring_buffer_finalize (MappedRingBuffer *self)
|
||||
close (self->fd);
|
||||
self->fd = -1;
|
||||
}
|
||||
|
||||
free (self);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user