diff options
| author | grischka <grischka> | 2008-09-15 02:07:55 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2008-09-15 02:07:55 +0200 |
| commit | 7bebf1f59a983255e6c029995583f360f30f1a04 (patch) | |
| tree | 48a069fe2c13ec9c836df9a4141e570756340218 | |
| parent | 7f51aa13e7918f99ee40ba3dc328dbeb0ef980c7 (diff) | |
| download | tinycc-7bebf1f59a983255e6c029995583f360f30f1a04.tar.gz tinycc-7bebf1f59a983255e6c029995583f360f30f1a04.tar.bz2 | |
was hash, not link
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1286,7 +1286,7 @@ static void free_section(Section *s) { if (s->link && (s->link->sh_flags & SHF_PRIVATE)) free_section(s->link); - if (s->hash && (s->link->sh_flags & SHF_PRIVATE)) + if (s->hash && (s->hash->sh_flags & SHF_PRIVATE)) s->hash->link = NULL, free_section(s->hash); tcc_free(s->data); tcc_free(s); |
