"Catrope" changed the status of MediaWiki.r111574 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111574#c30998

Old Status: new
> New Status: ok

Commit summary for MediaWiki.r111574:

Delete the temp cdb file when an exception is thrown so they don't take up /tmp 
space

Catrope's comment:

<pre>
+                       unlink( $this->tmpFileName );
</pre>
Does unlink() gracefully handle nonexistent file names or null inputs?

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to