diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 750ffbd2dd8..514810b83fa 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3161,7 +3161,7 @@ cleanup_vector (struct Lisp_Vector *vector) | |||
| 3161 | { | 3161 | { |
| 3162 | struct Lisp_Subr *subr = | 3162 | struct Lisp_Subr *subr = |
| 3163 | PSEUDOVEC_STRUCT (vector, Lisp_Subr); | 3163 | PSEUDOVEC_STRUCT (vector, Lisp_Subr); |
| 3164 | if (subr->native_comp_u[0]) | 3164 | if (!NILP (subr->native_comp_u[0])) |
| 3165 | { | 3165 | { |
| 3166 | xfree (subr->symbol_name); | 3166 | xfree (subr->symbol_name); |
| 3167 | xfree (subr->native_c_name[0]); | 3167 | xfree (subr->native_c_name[0]); |