Jeremy Salwen - 2014-01-13

When using mcpp as a library, it will throw a segmentation fault if you feed it an invalid filename, crashing whatever program is using it. This is due to it attempting to free the null pointer returned by a bad fopen call.