mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Fix two leaks, fix to use standard method naming conventions #10

Closed bangnoise closed 10 years ago

bangnoise commented 10 years ago

This addresses potential leaks in VVOSC of varying gravity (none major) and a situation where strncpy() could be called with nothing to copy. It also renames a method and variable to follow Apple's naming conventions, resulting in more meaningful reports from static analysis.

The analyser indicates more issues remain - these were just the ones affecting me.