Skip to content

Various changes

A collection of changes I made during the last month:

  • Some changes clean up the code by removing the usage of certain defines (similar to changes I previously submitted), these function should not effect the functionality of the code.
  • Some small changes related to the build process with Visual Studio or Autotools.
  • Multiple fixes of (potential) bugs like memory leaks and 'dereference before null check` defects. These were found using Coverity Scan, a service free for open source projects that can be integrated with Travis.

Merge request reports