Carl Worth a9696e79fb main: Close memory leak of shader string from load_text_file.
Could have just added a call to free() to main, but since we're using
talloc everywhere else, we might as well just use it here too. So pass
a new 'ctx' argument to load_text_file.

This removes a single memory leak from all invocations of the
standalone glsl compiler.
2010-06-23 19:00:42 -07:00
2010-06-23 11:24:26 -07:00
2010-03-08 13:02:58 -08:00
2010-06-23 18:15:28 -07:00
2010-02-25 17:17:23 -08:00
2010-06-09 11:14:58 -07:00
2010-02-22 13:19:34 -08:00
2010-06-23 18:59:35 -07:00
S
Description
No description provided
538 MiB
Languages
C 75.5%
C++ 17.2%
Python 2.7%
Rust 1.8%
Assembly 1.5%
Other 1%