mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
libsysprof-analyze: fix type in constructor
This commit is contained in:
@ -321,7 +321,7 @@ sysprof_document_loader_new_for_fd (int fd,
|
|||||||
{
|
{
|
||||||
g_autoptr(SysprofDocumentLoader) self = NULL;
|
g_autoptr(SysprofDocumentLoader) self = NULL;
|
||||||
|
|
||||||
self = g_object_new (SYSPROF_TYPE_SYMBOLIZER, NULL);
|
self = g_object_new (SYSPROF_TYPE_DOCUMENT_LOADER, NULL);
|
||||||
|
|
||||||
if (-1 == (self->fd = dup (fd)))
|
if (-1 == (self->fd = dup (fd)))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user