tdc/lib: minor error

Signed-off-by: Samuel Iglesias Gonsálvez's avatarSamuel Iglesias Gonsalvez <siglesias@igalia.com>
parent 72985e48
......@@ -180,7 +180,7 @@ int tdc_close(struct tdc_board *b)
b->data[j] = -1;
}
free(b->sysbase;)
free(b->sysbase);
free(b->devbase);
free(b);
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment