diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-10-31 11:21:45 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-10-31 11:21:45 +0000 |
| commit | 7f77539837d0ad6caf9fe7c944237684b9bd6b75 (patch) | |
| tree | 762516bb7e9c9933c15dd4da4435b137b93f34a6 /sys/dev | |
| parent | 9dc8c7f09fd925007924bb871eb72fd14705cfb5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index ad010649c8b5..34dcdd1e557c 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -641,6 +641,8 @@ output_listing(char *ifilename) } instrptr++; } + free(func_values); + /* Dump the remainder of the file */ while(fgets(buf, sizeof(buf), ifile) != NULL) fprintf(listfile, " %s", buf); |
