diff options
-rw-r--r-- | generic/tkImgSVGnano.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkImgSVGnano.c b/generic/tkImgSVGnano.c index 73044c0..d27016c 100644 --- a/generic/tkImgSVGnano.c +++ b/generic/tkImgSVGnano.c @@ -377,6 +377,7 @@ ParseSVGWithOptions( if (objc < 2) { ckfree(inputCopy); + inputCopy = NULL; Tcl_WrongNumArgs(interp, 1, objv, "value"); goto error; } |