summaryrefslogtreecommitdiffstats
path: root/src/cameras/pco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cameras/pco.c')
-rw-r--r--src/cameras/pco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cameras/pco.c b/src/cameras/pco.c
index 59c689d..3801157 100644
--- a/src/cameras/pco.c
+++ b/src/cameras/pco.c
@@ -250,7 +250,7 @@ uint32_t uca_pco_init(struct uca_camera **cam, struct uca_grabber *grabber)
return UCA_ERR_CAM_NOT_FOUND;
}
- struct uca_camera *uca = (struct uca_camera *) malloc(sizeof(struct uca_camera));
+ struct uca_camera *uca = uca_cam_new();
uca->user = pco;
uca->grabber = grabber;
uca->grabber->asynchronous = true;