]> Dogcows Code - chaz/tint2/commitdiff
mem leak
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 11 Nov 2009 13:46:56 +0000 (13:46 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 11 Nov 2009 13:46:56 +0000 (13:46 +0000)
src/tint.c

index 95137dcac9cc07dc1dc148ee648e0282f674a5d8..163fd9ea223e8a2b2e649ebda61dd93cad6fac09 100644 (file)
@@ -166,6 +166,7 @@ void get_snapshot(const char *path)
 
        imlib_context_set_image(img);
        imlib_save_image(path);
+       imlib_free_image();
 }
 
 
This page took 0.022921 seconds and 4 git commands to generate.