Removed call to deprecated QRcode_clearCache().
QRcode_clearCache has been deprecated in libqrencode 4.0. In previous versions, it was only necessary to help debug memory leaks. So it should be harmless to remove this call.
This commit is contained in:
@@ -80,7 +80,6 @@ namespace glabels
|
||||
|
||||
|
||||
QRcode_free( qrcode );
|
||||
QRcode_clearCache();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user