handle leak in adding Targets

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
360surv
New Cone
New Cone
Posts: 2
Joined: 01 Nov 2006 23:15

handle leak in adding Targets

Postby 360surv » 02 Nov 2006 01:24

hi there

i'm running a simple switch sequence every 2 seconds and I'm seeing a handle leak in the code. All I'm doing is the following;

Public Sub Connect(ByVal ip As String)
Me.Caption = "VLC Video: " & ip
VideoVLC.playlistClear
strURL = "udp://@" & ip & ":4568"
VideoVLC.addTarget strURL, Null, VLCPlayListAppendAndGo, -666
End Sub

This call happens every 2 seconds. What else do I need to do to release the handles?

joe

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 47 guests