https://bugzilla.novell.com/show_bug.cgi?id=366489


           Summary: ResourceManager.GetObject("SomeBitmap") returns same
                    reference every time
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


I have a problem running one of my applications in Mono because it gets a
Bitmap with ResourceManager.GetObject, uses the Bitmap briefly, then disposes
it.  This can happen more than once in MS.NET, but in Mono subsequent calls to
ResourceManager.GetObject returns the same Bitmap which has been disposed. 
MS.NET returns a reference to a different Bitmap each time, maybe it Clones it
(not sure).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to