basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Fix segfault during pylon init if NVMM_ENABLED #103

Closed AdminXVII closed 1 month ago

AdminXVII commented 1 month ago

self gets deleted and set to NULL when an error occur. Move the NVMM config before the catch statement to fix a segfault.