--- image_pub.module	2006-05-20 12:01:50.000000000 -0400
+++ image_pub.module.me	2006-08-10 11:27:37.135678056 -0400
@@ -250,6 +250,9 @@
 
   // save the node
   node_save($node);
+  
+  // delete the temporary file
+  @unlink(file_directory_temp() . '/' . $filename);
 
   // FIXME: check that the uploaded image was accepted.
   return array('success' => TRUE, 'node' => $node);
