Skip to content

Commit

Permalink
Avoid overriding new and delete
Browse files Browse the repository at this point in the history
As a minimum this produces valgrind warnings of mismatched new and
delete. No runtime issues have been observed outside of valgrind though.

Change-Id: I5ebb6b380f25f117434633e55dd7fdf04260f0bc
Reviewed-by: David Faure <david.faure@kdab.com>
  • Loading branch information
Allan Sandfeld Jensen committed Jan 6, 2017
1 parent c3ee845 commit 5c2cbfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/config/linux.pri
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ GYP_CONFIG += \
use_gnome_keyring=0 \
use_kerberos=0 \
use_pango=0 \
use_openssl=1
use_openssl=1 \
use_allocator=none \
use_experimental_allocator_shim=0

use?(nss) {
GYP_CONFIG += \
Expand Down

0 comments on commit 5c2cbfc

Please sign in to comment.