changeset 1383:ead81c3d9e4e

Thought I was fixing a memory leak but I was seeing the {} wrong.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 17:51:49 +0000
parents 3eedfd4f7c5d
children 156e32814c83
files mac/dw.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Fri Nov 25 17:45:34 2011 +0000
+++ b/mac/dw.m	Fri Nov 25 17:51:49 2011 +0000
@@ -9635,9 +9635,9 @@
                 }
             }
         }
-    }
-    if(pathcopy)
-        free(pathcopy);
+        if(pathcopy)
+            free(pathcopy);
+    }
         
     /* Just in case we can't obtain a path */
     if(!_dw_bundle_path[0])