file descriptor leak

file descriptor leak

(programming)(Or "fd leak" /F D leek/) A kind of programmingbug analogous to a core leak, in which a program fails toclose file descriptors ("fd"s) after file operations arecompleted, and thus eventually runs out of them.

See leak.