| commit | 3a9bf6db1a56e0950eb94e9f429c4d40c1b2169e | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Jan 06 21:44:10 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 19:02:06 2012 +0200 |
| tree | 6ca9d06dc5d574e928181771359ac2a611fa3882 | |
| parent | 915ce8aff87d17eda9dde28bac8e6e7ec6608207 [diff] [blame] |
Track arg_type_info ownership properly
diff --git a/common.h b/common.h index 9f0e8e0..2741662 100644 --- a/common.h +++ b/common.h
@@ -55,6 +55,7 @@ const char * name; struct param *params; struct arg_type_info *return_info; + int own_return_info; size_t num_params; Function * next; };