diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-11-20 17:19:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-11-20 17:19:01 +0100 |
commit | 8d4eecc5e876f5ead8984492ab482c00a9dcb511 (patch) | |
tree | 7411ee31fb1ec3c7651ea294eb5aaeddd9be477c /src/xpm_w32.c | |
parent | d59762dcb6f3dd15fd1e91745561c4558a7b75a6 (diff) | |
download | vim-git-8d4eecc5e876f5ead8984492ab482c00a9dcb511.tar.gz |
updated for version 7.3.723v7.3.723
Problem: Various tiny problems.
Solution: Various tiny fixes.
Diffstat (limited to 'src/xpm_w32.c')
-rw-r--r-- | src/xpm_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpm_w32.c b/src/xpm_w32.c index 2ec32ed9f..7241fb6a9 100644 --- a/src/xpm_w32.c +++ b/src/xpm_w32.c @@ -55,7 +55,7 @@ LoadXpmImage(filename, hImage, hShape) return -1; if (shp == NULL) { - if (img) + if (img) XDestroyImage(img); return -1; } |