Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. INITIALIZATION
  2. CefCache := 'cache';
  3. CefRegisterCustomSchemes := CefOnRegisterCustomSchemes;
  4. CefRegisterSchemeHandlerFactory('dcef', '', True, TFileScheme);
  5.  
  6. A memory block has been leaked. The size is: 20
  7.  
  8. This block was allocated by thread 0x1674, and the stack trace (return addresses) at the time was:
  9. 40455E
  10. 4050A7
  11. 409C1D
  12. 405622
  13. 4050DC
  14. 4F0D7A
  15. 406598
  16. 406604
  17. 40A6C3
  18. 4F0E28
  19. 764CEE1C [BaseThreadInitThunk]
  20.  
  21. The block is currently used for an object of class: main$174$ActRec
  22. The allocation number is: 323
  23.  
  24. --------------------------------2014/10/5 17:11:33--------------------------------
  25. This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):
  26. 13 - 20 bytes: main$174$ActRec x 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement