basler / gst-plugin-pylon

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

Fix segfault during pylon init if NVMM_ENABLED #103

Closed AdminXVII closed 5 months ago

AdminXVII commented 6 months ago

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