| 2559 fclose(image); |
2559 fclose(image); |
| 2560 g_unlink(filename); |
2560 g_unlink(filename); |
| 2561 |
2561 |
| 2562 g_free(random); |
2562 g_free(random); |
| 2563 g_free(filename); |
2563 g_free(filename); |
| |
2564 g_free(contents); |
| 2564 #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) |
2565 #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) |
| 2565 g_object_unref(G_OBJECT(pixbuf)); |
2566 g_object_unref(G_OBJECT(pixbuf)); |
| 2566 #endif |
2567 #endif |
| 2567 return NULL; |
2568 return NULL; |
| 2568 } |
2569 } |
| 2569 fclose(image); |
2570 fclose(image); |
| |
2571 g_free(contents); |
| 2570 |
2572 |
| 2571 #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) |
2573 #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) |
| 2572 g_object_unref(G_OBJECT(pixbuf)); |
2574 g_object_unref(G_OBJECT(pixbuf)); |
| 2573 #endif |
2575 #endif |
| 2574 |
2576 |