swig/Lib/javascript
Karl Wette 6fc07c5dc9 Fix segmentation fault in some Javascript examples
- memory allocated with malloc() was then being freed with delete[],
  which is overridden by Javascript libraries (jsc), leading to segfault
- replacing malloc with %new_array seems to work though
2014-05-11 21:31:32 +02:00
..
jsc Fix segmentation fault in some Javascript examples 2014-05-11 21:31:32 +02:00
v8 Remove execute permissions from various non-executable files 2014-05-02 20:06:11 +02:00