mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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;
|
||||
|
||||
self = g_object_new (SYSPROF_TYPE_SYMBOLIZER, NULL);
|
||||
self = g_object_new (SYSPROF_TYPE_DOCUMENT_LOADER, NULL);
|
||||
|
||||
if (-1 == (self->fd = dup (fd)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user