diff options
author | nsdahya1 <nsdahya1> | 1999-07-19 15:13:06 +0000 |
---|---|---|
committer | nsdahya1 <nsdahya1> | 1999-07-19 15:13:06 +0000 |
commit | 106fa33576d4e957c9dc15c11cbb87507e966cc0 (patch) | |
tree | ab928c739a69cf12325d68876dbaf816e84def66 /ddcprobe | |
parent | ca7bf6afc296d97835f894e53a74a0fab2d8e7d4 (diff) | |
download | anaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.tar.gz anaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.tar.xz anaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.zip |
fix segfault bug (mswilso2)
Diffstat (limited to 'ddcprobe')
-rw-r--r-- | ddcprobe/ddcxinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ddcprobe/ddcxinfo.c b/ddcprobe/ddcxinfo.c index 7db82a877..84ad710cb 100644 --- a/ddcprobe/ddcxinfo.c +++ b/ddcprobe/ddcxinfo.c @@ -44,7 +44,6 @@ int main(int argc, char **argv) modelines[j].refresh, modelines[j].interlaced?"i":"", modelines[j].modeline); - free(modelines[j].modeline); } } if(modelines) { |