leak-checker: Document "--leak-limit" option
[openvswitch] / ofproto / pinsched.c
index bc7bd1100f9c9efbcfeb2352e22e00922aa6bbe6..b9c6371add0bc9728ee5ce268465838be363ca51 100644 (file)
@@ -230,7 +230,7 @@ pinsched_create(int rate_limit, int burst_limit, struct switch_status *ss)
 {
     struct pinsched *ps;
 
-    ps = xcalloc(1, sizeof *ps);
+    ps = xzalloc(sizeof *ps);
     port_array_init(&ps->queues);
     ps->n_queued = 0;
     ps->last_tx_port = PORT_ARRAY_SIZE;