Go to file
Mathias Agopian caeddc7236 fix [2542425] memory leak during video recording
Vector::sort() is using _do_copy() incorrectly; _do_copy() calls the
copy constructor, not the assignment operator, so we need to destroy
the "destination" before copying the item.

Change-Id: Iaeeac808fa5341a7d219edeba4aa63d44f31473c
2010-03-29 13:45:18 -07:00
awt
camera
cmds
common
include
libs fix [2542425] memory leak during video recording 2010-03-29 13:45:18 -07:00
opengl
vpn
MODULE_LICENSE_APACHE2
NOTICE