From 4155e6fb1e8d85dbc777fa85fb61b745647d6505 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 28 Jul 2015 19:40:22 +0100 Subject: Client may pass NULL pointer for its pw. --- src/layout.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/layout.c') diff --git a/src/layout.c b/src/layout.c index 915475b..b5d74c2 100644 --- a/src/layout.c +++ b/src/layout.c @@ -29,7 +29,6 @@ nslayout_error nslayout_layout_create( assert(css_ctx != NULL); assert(media != NULL); assert(cb != NULL); - assert(pw != NULL); l = calloc(1, sizeof(nslayout_layout)); if (l == NULL) { -- cgit v1.2.3