fix memory leak during image conversion in simpleprocess.cc

This commit is contained in:
janrinze
2011-01-18 16:11:09 +01:00
commit 4feaf6950b
627 changed files with 129153 additions and 0 deletions

4
rtstart Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
RT_BINDIR=`dirname "$0"`
export LD_LIBRARY_PATH=${RT_BINDIR}
cd "${RT_BINDIR}" && ./rt "$@"