stanman29
Results
2
issues of
stanman29
https://github.com/aros-development-team/AROS/blob/5f4421a51c15f2afef4b9839f4a4b08a52eda384/workbench/hidds/nouveau/drm/libdrm/nouveau/nouveau_device.c#L50 Nouveau device should be closed before function is returned at line 50.
https://github.com/aros-development-team/AROS/blob/02d78b26bb8ea343fa3617e668e0057b1c706c06/workbench/hidds/nouveau/drm/libdrm/nouveau/nouveau_device.c#L50 In the if-statement this return error no. is returned without closing "nvdev". Yet in the next if-statement "nvdev" is closed! This must cause a memory leak if the first...