diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-05 04:14:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-05 04:14:30 +0100 |
commit | 9f39a44488644e8d54e9c8a4096abf2d39040c1f (patch) | |
tree | bfe4fb1be1cf72c89bb40edde1fcda6e229d0434 /src/modules/module-match.c | |
parent | d6201cfc3ac2c16a4a0fc942be31ce753b9770bd (diff) |
add new module-augment-properties module for augmenting properties from .desktop files
Diffstat (limited to 'src/modules/module-match.c')
-rw-r--r-- | src/modules/module-match.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/module-match.c b/src/modules/module-match.c index cbf62687e..179361105 100644 --- a/src/modules/module-match.c +++ b/src/modules/module-match.c @@ -233,7 +233,6 @@ int pa__init(pa_module*m) { goto fail; } - u = pa_xnew(struct userdata, 1); u->rules = NULL; u->subscription = NULL; |