Project

General

Profile

Actions

Bug #1348

closed

memory leak #2 in stream.c on win32 by not using "CloseHandle(mh)"

Added by ralf over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Low
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.18/src/stream.c#L59

The handle "mh" opened by "{{{CreateFileMapping()}}}" is not closed with "{{{CloseHandle()}}}".

The handle "mh" can only be closed on stream_close().

References:

MSDN: CreateFileMapping

Actions #2

Updated by glen over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom