X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fconf-context.c;h=050e43baaf47fc218e83f74aaf20479d83d14eeb;hb=564be9c0adf9f5796b60f2727cecc9c7274f86ff;hp=9572f06e22fb0a93e7e98f2a397528cddb9319e2;hpb=f959d51e5ee06aad70d26ee38d4ef2be29c4f266;p=libucw.git diff --git a/ucw/conf-context.c b/ucw/conf-context.c index 9572f06e..050e43ba 100644 --- a/ucw/conf-context.c +++ b/ucw/conf-context.c @@ -30,7 +30,7 @@ cf_new_context(void) } void -cf_free_context(struct cf_context *cc) +cf_delete_context(struct cf_context *cc) { ASSERT(!cc->is_active); ASSERT(cc != &cf_default_context);