Go to file
Mitchell Stokes 8aff45d8f6 Fix T36804: the property sensor when set to interval was causing a memory leak
The property sensor was using CValue::FindIdentifier(), which does an AddRef(). However,
the property sensor was not calling Release() when it was done with the value. This could
cause more leaks when used in conjunction with the copy property actuator since it would
really throw off ref counts.
2013-11-29 18:34:06 -08:00
build_files Correction to previous commit 2013-11-29 22:41:01 +06:00
doc Python API Docs: update for using git buildinfo and change upload URL 2013-11-29 10:00:57 +11:00
extern Woo Hoo. First git commit. 2013-11-29 15:13:12 -05:00
intern Woo Hoo. First git commit. 2013-11-29 15:13:12 -05:00
release Image wrapping for plane track in clip editor 2013-11-29 23:26:57 +06:00
scons@2d6ebcb239 Squashed commit of the following: 2013-11-21 16:51:29 +01:00
source Fix T36804: the property sensor when set to interval was causing a memory leak 2013-11-29 18:34:06 -08:00
.arcconfig Added the wrong file. Now addin .arcconfig for real. 2013-11-15 20:40:43 +06:00
.gitignore Ignore *.patch and *.diff files which are in the working tree root 2013-11-22 23:28:35 +06:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake/Scons Build: disable explicit linking to libstdc++ on Linux/Unix. 2013-11-28 18:07:57 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00