summaryrefslogtreecommitdiffstats
path: root/ddcprobe
diff options
context:
space:
mode:
authornsdahya1 <nsdahya1>1999-07-19 15:13:06 +0000
committernsdahya1 <nsdahya1>1999-07-19 15:13:06 +0000
commit106fa33576d4e957c9dc15c11cbb87507e966cc0 (patch)
treeab928c739a69cf12325d68876dbaf816e84def66 /ddcprobe
parentca7bf6afc296d97835f894e53a74a0fab2d8e7d4 (diff)
downloadanaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.tar.gz
anaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.tar.xz
anaconda-106fa33576d4e957c9dc15c11cbb87507e966cc0.zip
fix segfault bug (mswilso2)
Diffstat (limited to 'ddcprobe')
-rw-r--r--ddcprobe/ddcxinfo.c1
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) {