X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fkmod-setup.c;h=debf87130db4c1a877797944292a120b6d2cff9d;hb=1c0f62e37b0e775df7cb6121bc6ae64d1d885d3b;hp=dc3515676fc8698d4421ba083ea121c70b58c8a0;hpb=cdb454f2def68ad08ed46e111dd698747b7adc6e;p=elogind.git diff --git a/src/kmod-setup.c b/src/kmod-setup.c index dc3515676..debf87130 100644 --- a/src/kmod-setup.c +++ b/src/kmod-setup.c @@ -90,7 +90,7 @@ int kmod_setup(void) { } if (ctx) - ctx = kmod_unref(ctx); + kmod_unref(ctx); return 0; }