Skip to content

Commit

Permalink
fix memory leakage. close mruby#77.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahara committed Nov 9, 2012
1 parent e3893be commit b6f5da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regint.h
Expand Up @@ -171,7 +171,7 @@
#define xalloca _alloca
#define xvsnprintf _vsnprintf
#else
#define xalloca malloc
#define xalloca alloca
#define xvsnprintf vsnprintf
#endif

Expand Down

0 comments on commit b6f5da2

Please sign in to comment.