mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
add missing g_type_init()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1367 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2536ba9279
commit
6db6c835ec
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ int main(int argc, char *argv[]) {
|
||||||
GConfClient *client;
|
GConfClient *client;
|
||||||
GSList *modules, *m;
|
GSList *modules, *m;
|
||||||
|
|
||||||
|
g_type_init();
|
||||||
|
|
||||||
if (!(client = gconf_client_get_default()))
|
if (!(client = gconf_client_get_default()))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue