summaryrefslogtreecommitdiff
path: root/src/xpm_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-20 17:19:01 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-20 17:19:01 +0100
commit8d4eecc5e876f5ead8984492ab482c00a9dcb511 (patch)
tree7411ee31fb1ec3c7651ea294eb5aaeddd9be477c /src/xpm_w32.c
parentd59762dcb6f3dd15fd1e91745561c4558a7b75a6 (diff)
downloadvim-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.c2
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;
}