diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-25 13:38:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-25 13:38:18 -0800 |
commit | 31b2a6ffa839ad107706516e166f13b0b88bae08 (patch) | |
tree | bc866e756ffa4dcda39ff1196e7c8f4ac1a392fc /gtk-gui.c | |
parent | a635c30564ecaccbbaf3420025419d9c6080d4bd (diff) | |
download | subsurface-31b2a6ffa839ad107706516e166f13b0b88bae08.tar.gz |
Fix uninitialized memory access in webservice download
In download_dialog_release_xml() we check if state->xmldata is non-NULL
and free it. But we don't set it to NULL anywhere, so if the user hits
cancel the variable is undefined.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gtk-gui.c')
0 files changed, 0 insertions, 0 deletions