erikkaashoek / Comskip

A free commercial detector
GNU General Public License v2.0
598 stars 80 forks source link

Fix close_data segfault when output_data is not set #168

Open kexis0 opened 7 months ago

kexis0 commented 7 months ago

I was receiving segfaults and determined it was due to trying to close the dump_data_file that was never set. I am assuming there was an option I didn't have set, but this seems like a better fix.