libgoatvr

diff src/vr_libovr.c @ 5:e63cb28fc644

working on the linux side a bit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 18 Sep 2014 10:56:45 +0300
parents ded3d0a74e19
children 6896f9cf9621
line diff
     1.1 --- a/src/vr_libovr.c	Fri Aug 29 07:37:19 2014 +0300
     1.2 +++ b/src/vr_libovr.c	Thu Sep 18 10:56:45 2014 +0300
     1.3 @@ -134,6 +134,7 @@
     1.4  		ovrHmd_Destroy(hmd);
     1.5  		ovr_Shutdown();
     1.6  	}
     1.7 +	destroy_options(optdb);
     1.8  }
     1.9  
    1.10  static int set_option(const char *opt, enum opt_type type, void *valp)