Skip to content

Commit

Permalink
Fix node source creation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 3, 2025
1 parent f697c89 commit ee5a24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_source.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ node_source_new (Node *node, nodeSourceTypePtr type, const gchar *url)

g_assert (NULL == node->source);

node->provider = node_source_get_provider ();
node->source = g_new0 (struct nodeSource, 1);
node->source->root = node;
node->source->type = type;
Expand Down

0 comments on commit ee5a24d

Please sign in to comment.