mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Fixed te_interp free bug.
This commit is contained in:
		| @@ -379,7 +379,7 @@ double te_interp(const char *expression, int *error) { | ||||
|     double ret; | ||||
|     if (n) { | ||||
|         ret = te_eval(n); | ||||
|         free(n); | ||||
|         te_free(n); | ||||
|     } else { | ||||
|         ret = 0.0/0.0; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user